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

Parser does not accept empty SEQUENCE #34

Closed
kimgr opened this issue May 22, 2016 · 1 comment
Closed

Parser does not accept empty SEQUENCE #34

kimgr opened this issue May 22, 2016 · 1 comment

Comments

@kimgr
Copy link
Owner

kimgr commented May 22, 2016

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)
kimgr added a commit that referenced this issue Sep 8, 2016
@kimgr
Copy link
Owner Author

kimgr commented Sep 8, 2016

Now fixed in master.

@kimgr kimgr closed this as completed Sep 8, 2016
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