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

Antlr fixes #15

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

handymenny
Copy link

Hi. Thank you for making this project open source. I forked it a year ago to fix some bugs and add new features.
I would like to contribute back wherever possible.

This is a first batch of commits, to fix bugs found during the parsing of ASN definitions in this repo: https://github.com/HandyMenny/ASN1-Definitions

prevented the parsing of valid identifiers
The previous rule did fail to parse identifier with "-".
Prevented the identification of "COMMA ELLIPSIS" without space
A line comment begin with -- and end with -- or end of line
A block comment begin with /* and end with */ or end of line
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

Successfully merging this pull request may close these issues.

1 participant