First step towards better constraints handling.
authorKim Grasman <kim.grasman@gmail.com>
Sun, 25 Aug 2013 18:05:43 +0000 (20:05 +0200)
committerKim Grasman <kim.grasman@gmail.com>
Sun, 25 Aug 2013 18:05:43 +0000 (20:05 +0200)
commit4e05c5b20cdbc7f9dceeb01b3e649b1b29d82f65
tree4e2c198398ae11af7532f9c3846f108f9e4a472d
parent4d2c2e916c5e1f926a1b2ea6c8823e1be7f34479
First step towards better constraints handling.
Breaking change: Now adds a Type object to the sema model, and constraints
live on Type instead of SimpleType.
asn1ate/parser.py
asn1ate/pyasn1gen.py
asn1ate/sema.py
testdata/constraints.asn [new file with mode: 0644]