aboutsummaryrefslogtreecommitdiffstats
path: root/lib/asn1/src/asn1ct_parser2.erl
AgeCommit message (Expand)Author
2017-05-04Update copyright yearRaimo Niskanen
2017-03-14Clean up commentsBjörn Gustavsson
2016-03-15update copyright-yearHenrik Nord
2015-06-18Change license text to APLv2Bruce Yinhe
2015-01-12asn1ct_parser2: Remove expensive lookahead_assignment/1 functionBjörn Gustavsson
2015-01-12asn1ct_parser2: Clean up error handling and reportingBjörn Gustavsson
2015-01-12asn1ct, asn1ct_parser2: Refactor the upper levels of error handlingBjörn Gustavsson
2015-01-12asn1ct_parser2: Eliminate all uses of old-style 'catch'Björn Gustavsson
2015-01-12asn1ct_parser2: Clean up parse_or/3 and parse_or_tag/3Björn Gustavsson
2015-01-12asn1ct_parser2: Correct extraction of line number from tokenBjörn Gustavsson
2015-01-12asn1ct_parser2: Throw an {asn1_error,...} for *all* parse errorsBjörn Gustavsson
2015-01-12asn1ct_parser2: Simplify parse_Type/1Björn Gustavsson
2015-01-12asn1ct_parser2: Remove unsuccessful parsing of ValueSetFromObjectsBjörn Gustavsson
2015-01-12Move checking of UNIQUE & DEFAULT error to asn1ct_checkBjörn Gustavsson
2015-01-12Rewrite constraint handlingBjörn Gustavsson
2015-01-12Clean up checking of object setsBjörn Gustavsson
2015-01-12Remove special case in parserBjörn Gustavsson
2014-09-01Remove unused code for ABSTRACT-SYNTAX and TYPE-IDENTIFIERBjörn Gustavsson
2014-09-01Add the module name to the #classdef{} recordBjörn Gustavsson
2014-09-01Eliminate the use of #identifier{} outside the tokeniser and parserBjörn Gustavsson
2014-09-01Fix problem with object identifiers in external modulesBjörn Gustavsson
2014-09-01Teach the ASN.1 compiler to understand "EXPORTS ALL"Björn Gustavsson
2013-09-18asn1ct_parser2: Clean the process dictionary after parsingBjörn Gustavsson
2013-06-12Update copyright yearsBjörn-Egil Dahlberg
2013-05-31Eliminate use of #constraint{} outside of the parserBjörn Gustavsson
2013-05-31Eliminate general use of #typereference{}Björn Gustavsson
2012-12-18asn1ct_parser2: Let synonyms share parsing codeBjörn Gustavsson
2012-05-04Add support for multiple ExtensionAdditionGroupsKenneth Lundin
2012-02-28[asn1] Make tables and processes unnamedAdam Lindberg
2010-08-25Add support for Extension addition groupKenneth Lundin
2010-02-19OTP-8463 Support for EXTENSIBILITY IMPLIED and SET/SEQ OF NamedType isKenneth Lundin
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP