beanit / asn1bean

ASN1bean (formerly known as jASN1) is a Java ASN.1 BER and DER encoding/decoding library
https://www.beanit.com/asn1/
Apache License 2.0
110 stars 45 forks source link

expecting '*', found '<EOF>' #15

Open sadek45 opened 5 years ago

sadek45 commented 5 years ago

Exception in thread "main" line 76:1: expecting '*', found '' at org.openmuc.jasn1.compiler.parser.ASNLexer.nextToken(ASNLexer.java:350) at antlr.TokenBuffer.fill(TokenBuffer.java:69) at antlr.TokenBuffer.LA(TokenBuffer.java:80) at antlr.LLkParser.LA(LLkParser.java:52) at org.openmuc.jasn1.compiler.parser.ASNParser.module_definitions(ASNParser.java:62) at org.openmuc.jasn1.compiler.Compiler.getJavaModelFromAsn1File(Compiler.java:102) at org.openmuc.jasn1.compiler.Compiler.main(Compiler.java:84)

file to compile is Security_Management_messages_NoPrivacy.asn.zip