Tuesday, November 3, 2015

Parsing a command line

You would think this would be easy to find. I've got a string - perhaps taken from a file - that represents a command. I want to parse it into an ARGV-like structure, with proper string quoting and that kind of thing.
That said, I should probably roll my own based on the same parsing tools in Decl::Syntax.

No comments:

Post a Comment