diff --git a/CHANGES b/CHANGES index 5becbb0..f1846ea 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,6 @@ -Version 0.4 +In Progress ----------- + 05/09/2020 Experimental support for EBNF choices. For example: @('term { PLUS|MINUS term }') @@ -17,6 +18,9 @@ Version 0.4 05/09/2020 Changed the internal names used for EBNF rules to make them a bit easier to debug in the parser.out file. +Version 0.4 +----------- + 03/06/2020 Added experimental support for EBNF repetition and optional syntax. For example, here is a rule for a comma-separated expression list: