-
Notifications
You must be signed in to change notification settings - Fork 7
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
Parse error on sequence constraint #59
Comments
I had those issues on the same standard. |
I am soon making PR in rasn/standards to include these as well with all checks. |
If you have a repo where I can grab these @Nicceboy |
They are currently in private repo but I will let you know. There is still some work to do as I wanted to add build pattern constructors. Maybe that is something that compiler could also support some day, or it would be derive macro in |
Hello !
I have encountered a parsing issue with this ASN.1 module:
https://forge.etsi.org/rep/ITS/asn1/sec_ts103097/-/blob/release2/EtsiTs103097Module.asn
I narrowed it down to the following expressions which both try to set a constraint on a list of elements.
On line 41:
certificate ((WITH COMPONENT (EtsiTs103097Certificate))^(SIZE(1)))
On line 45:
As far as I can tell, this occurs before any of the imported modules are needed.
Cheers
The text was updated successfully, but these errors were encountered: