Parser for cmd language?

Dan Kegel dank at kegel.com
Sat Dec 19 03:55:40 CST 2009


On Fri, Dec 18, 2009 at 11:47 PM, Eric Pouech <eric.pouech at 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



More information about the wine-devel mailing list