ystero-dev / hampi

Rust ASN.1 Toolkit
Other
44 stars 17 forks source link

Parsing `(ALL EXCEPT ..)` constraints (#79). #80

Closed gabhijit closed 1 year ago

gabhijit commented 1 year ago

Supporting Parsing of the constraints ALL EXCEPT form. The constraint is parsed as SubtypeElements variant PermittedAlphabetExcept. We are not yet dealing with the actual 'values' of the constraints. This will have to be supported by the application code.

Also handled an unhandled \r as a starting character during tokenization.