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
Originally reported by @Mourhamo as issue #32.
The asn1ate parser does not accept SEQUENCE elements without components:
PE-Dummy ::= SEQUENCE { }
(example from PEDefinitions V2.0.txt)
Parsing fails with:
pyparsing.ParseException: Expected "END" (at char 16038), (line:574, col:30)
The text was updated successfully, but these errors were encountered:
Support empty component types
f36d5bb
This fixes issue #34.
Now fixed in master.
Sorry, something went wrong.
No branches or pull requests
Originally reported by @Mourhamo as issue #32.
The asn1ate parser does not accept SEQUENCE elements without components:
(example from PEDefinitions V2.0.txt)
Parsing fails with:
The text was updated successfully, but these errors were encountered: