Skip to content

Support ALL EXCEPT value constraints in the ASN.1 runtime #28

@mitshell

Description

@mitshell

Currently, ALL EXCEPT value constraints are processed by the compiler and verified during compilation, but not translated in the generated Python modules, as they are not visible constraints.

See #25 for reference.
The appropriate code generation should certainly be provided around here:

if Consts_val_excl:

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions