librasn / compiler

An ASN1 compiler producing Rust bindings for the rasn framework
Other
10 stars 7 forks source link

fix: Take into account comma after ellipsis in parsing extended Object Set #28

Closed v0-e closed 2 months ago

v0-e commented 2 months ago

Fixes the missing parsing of the comma in ..., in an extended Object Set. Related with #14.