Remove scary comment.
[asn2quickder] / asn1ate / parser.py
2014-07-26 Kim GrasmanRemove scary comment.
2014-07-26 Kim GrasmanProper grammar for REAL values.
2014-07-26 Kim GrasmanSupport BIT STRING types without enumerators.
2014-07-25 Kim GrasmanSupport size and single-value constraints on some types.
2014-07-25 Kim GrasmanParse and ignore external value references.
2014-07-25 Kim GrasmanParse and ignore external type references.
2014-07-22 Kim GrasmanFix issue #8 -- Cyclic references.
2014-04-14 Giovanni BajoUse Unique() function
2014-04-08 Giovanni BajoAdd support for ENUMERATED in identifier-only form
2014-01-06 Kim GrasmanSupport for hex string literals.
2014-01-04 Kim GrasmanSimplify grammar to more correctly parse bstrings.
2014-01-04 Kim GrasmanDisallow empty file.
2014-01-03 Kim GrasmanSupport for binary string literals.
2014-01-02 Kim GrasmanSupport extension markers in ENUMERATED.
2014-01-01 Kim GrasmanSupport for multiple module definitions in the same...
2013-10-09 Kim GrasmanRemove trailing-semicolon extension.
2013-09-21 Kim GrasmanAllow empty module body. Sema now sees exports, imports...
2013-09-20 Kim GrasmanFlow IMPORTS and EXPORTS through to sema. Not used...
2013-09-20 Kim GrasmanMake semicolons required in IMPORTS and EXPORTS.
2013-09-20 JohnTESladeSupport both import and export in same file
2013-09-20 JohnTESladeSupport ASN1 with EXPORTS
2013-08-28 Kim GrasmanSupport Useful types and their values.
2013-08-28 Kim GrasmanChange from BUG to EXT for extensions to the spec
2013-08-28 Kim GrasmanFix restricted integer type.
2013-08-28 Kim GrasmanRevert 6 commits 4e05c5b20c-c25aac2b27
2013-08-27 Kim GrasmanSupport for GeneralizedTime and UTCTime
2013-08-25 Kim GrasmanFix restricted integer type. Now works all the way...
2013-08-25 Kim GrasmanRemove commented out grammar rule.
2013-08-25 Kim GrasmanChange from BUG to EXT for extensions to the spec.
2013-08-25 Kim GrasmanFirst step towards better constraints handling.
2013-08-25 Kim GrasmanRudimentary support for imports. Ignored in sema.
2013-08-25 Kim GrasmanRudimentary support for parsing definitive identifiers...
2013-08-05 Kim GrasmanFirst stab at codegen of OBJECT IDENTIFIER values.
2013-08-02 Kim GrasmanPreliminary parser support for OBJECT IDENTIFIER values.
2013-08-02 Kim GrasmanSimplify size constraint grammar.
2013-07-29 Kim GrasmanParser and sema support for SIZE constraints on SEQUENC...
2013-07-29 Kim GrasmanSema support for SIZE constraints.
2013-07-29 Kim GrasmanParser support for SIZE constraints on SET OF and SEQUE...
2013-07-28 Kim GrasmanSema and codegen support for SET.
2013-07-28 Kim GrasmanAdd parser support for SET.
2013-07-28 Kim GrasmanAdd parser support for OBJECT IDENTIFIER.
2013-07-28 Kim GrasmanNull sema and codegen support for extension marker...
2013-07-28 Kim GrasmanParser support for extension marker (...).
2013-07-20 Kim GrasmanPreliminary support for COMPONENTS OF
2013-07-12 Kim GrasmanParser and sema now handle value references in constraints.
2013-07-12 Kim GrasmanTeach parser to recognize value references.
2013-07-11 Kim GrasmanSupport SET OF throughout parser, semantic model and...
2013-07-11 Kim GrasmanMove all source into asn1ate sub-directory, for easier...