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

Decouple parser and lexer generation #5

Closed
zaach opened this issue Jan 9, 2010 · 1 comment
Closed

Decouple parser and lexer generation #5

zaach opened this issue Jan 9, 2010 · 1 comment

Comments

@zaach
Copy link
Owner

zaach commented Jan 9, 2010

Currently Jison generates both parser and lexer at the same time. Once it is possible to combine commonjs modules easily, parser and lexer modules could be generated separately and combined only when needed.

An easy way to combine commonjs modules would also allow the generic parser module to be decoupled from parse tables. Then, only the parse table would be necessary output of the generation process; the parser module could simply require the needed parse table.

@zaach
Copy link
Owner Author

zaach commented Jan 28, 2010

fixed

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

No branches or pull requests

1 participant