From 06b92e3e735db55b2d53db488785b2acc9d655ac Mon Sep 17 00:00:00 2001 From: David Beazley Date: Wed, 29 Jul 2020 04:29:30 -0500 Subject: [PATCH] Fixed CHANGES --- CHANGES | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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: