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?