We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Comment lines currently break the parser. This snippet for example
----------------------------------------------------------------- -- Detail Output Record -----------------------------------------------------------------
will give an error like this:
Exception in thread "main" line 8:65: unexpected char: '-' at com.beanit.jasn1.compiler.parser.ASNLexer.nextToken(ASNLexer.java:342) at antlr.TokenBuffer.fill(TokenBuffer.java:69) at antlr.TokenBuffer.LA(TokenBuffer.java:80) at antlr.LLkParser.LA(LLkParser.java:52) at com.beanit.jasn1.compiler.parser.ASNParser.module_body(ASNParser.java:279) at com.beanit.jasn1.compiler.parser.ASNParser.module_definition(ASNParser.java:187) at com.beanit.jasn1.compiler.parser.ASNParser.module_definitions(ASNParser.java:63) at com.beanit.jasn1.compiler.Compiler.getJavaModelFromAsn1File(Compiler.java:182) at com.beanit.jasn1.compiler.Compiler.main(Compiler.java:122)
at line 1 and 3.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Comment lines currently break the parser. This snippet for example
will give an error like this:
at line 1 and 3.
The text was updated successfully, but these errors were encountered: