Re: Parsing Question…

cjl wrote: Short of writing a parser, which is clearly beyond me, what are some reasonable approaches to handling user input that will be executed? Writing a parser is the best option in the long-run. If you were to attempt to interpret the user input some other way, like pure regular expressions, then you would … Continued