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

Support for lexical rules #6

Closed
igordejanovic opened this issue Jan 25, 2014 · 0 comments
Closed

Support for lexical rules #6

igordejanovic opened this issue Jan 25, 2014 · 0 comments
Milestone

Comments

@igordejanovic
Copy link
Member

While matching lexical rules whitespaces should be preserved (no ws skipping). Matching for comments should be disabled also.

igordejanovic added a commit that referenced this issue Feb 12, 2014
Introduced grammar rules decorator. Combine decorator is used to
mark part of the grammar as lexical rule. This rule will always
return Terminal, whitespaces will be preserved, and comments will
not get matched.
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