rontana / yaxx

Automatically exported from code.google.com/p/yaxx
0 stars 0 forks source link

integrated yaxx command line (yaxx-proc) #6

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
A project "yaxx-proc" has been branched for this purpose.

Original comment by yijun...@gmail.com on 4 Dec 2006 at 1:52