On Fri, Dec 18, 2009 at 11:47 PM, Eric Pouech eric.pouech@orange.fr wrote:
beware that the integration of the parser in the current source code (ie splitting in several small patches) can be tedious so I'd rather see:
- implement the parser to be usable command by command (ie from first word,
to trigger either the old parser or the yacc one, or something like that)
- when all commands are done, then switch to the global parser mode
I was thinking of putting the new implementation in programs/cmd2 or something, but I like your idea better.
I don't think writing the grammar itself will be very complicated, but wiring all the code to the grammar will be more tedious
Yeah. - Dan