Skip to content

Support quoted strings as arguments to passes #4511

@gussmith23

Description

@gussmith23

Feature Description

I'd like to be able to call a pass like

pass_name "some string" "some other string maybe having \"escaped quotes\""

and have the args list appear as

["pass_name", "some string", "some other string maybe having \"escaped quotes\""]

It currently seems like that might not be possible with the parser. Is that true, or am I missing something?

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions