Support size and single-value constraints on some types.
authorKim Grasman <kim.grasman@gmail.com>
Fri, 25 Jul 2014 15:03:37 +0000 (17:03 +0200)
committerKim Grasman <kim.grasman@gmail.com>
Fri, 25 Jul 2014 15:03:37 +0000 (17:03 +0200)
commitd4966dc9df29af0d3a30ef6b309287ff8ce53dc9
tree858e3ca937fe3de8aa724f092928d409b2a3d666
parent82fef396caf9d6b8b0bf1cce1b5bdd68754ff6d2
Support size and single-value constraints on some types.
.gitignore
asn1ate/parser.py
asn1ate/pyasn1gen.py
asn1ate/sema.py
testdata/sequenceof.asn
testdata/setof.asn
testdata/single_value_constraint.asn [new file with mode: 0644]
testdata/size_constraint.asn [new file with mode: 0644]
testdata/valuerange_constraint.asn [new file with mode: 0644]