Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

integrated yaxx command line (yaxx-proc) #6

Open
GoogleCodeExporter opened this issue Feb 2, 2016 · 1 comment
Open

integrated yaxx command line (yaxx-proc) #6

GoogleCodeExporter opened this issue Feb 2, 2016 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

A project "yaxx-proc" has been branched for this purpose.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant