What steps will reproduce the problem?
1. yaxx works for many yacc grammars, with similar project structure and
Makefile, which can be cloned from an existing template project such as
"ansic"
2. preparing such a template is quite tedious and requires some basic
understanding of writing a Makefile.
3.
What is the expected output? What do you see instead?
It would be nice to have a more streamlined command such
that the command line is as simple as
yaxx-proc <scan.l> <grammar.y> <program>
which will invoke lex/yacc and yaxx generated parser on the program.
Even better if there is a repository of grammars that can be fetched
on demand to generate the parser without any hassle.
-- William Candillon proposed the above feature enhancement.
Please use labels and text to provide additional information.
Original issue reported on code.google.com by yijun...@gmail.com on 4 Dec 2006 at 1:50
Original issue reported on code.google.com by
yijun...@gmail.com
on 4 Dec 2006 at 1:50