Fixed CHANGES
This commit is contained in:
parent
1f87ddaf39
commit
06b92e3e73
6
CHANGES
6
CHANGES
@ -1,5 +1,6 @@
|
|||||||
Version 0.4
|
In Progress
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
05/09/2020 Experimental support for EBNF choices. For example:
|
05/09/2020 Experimental support for EBNF choices. For example:
|
||||||
|
|
||||||
@('term { PLUS|MINUS term }')
|
@('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
|
05/09/2020 Changed the internal names used for EBNF rules to make them
|
||||||
a bit easier to debug in the parser.out file.
|
a bit easier to debug in the parser.out file.
|
||||||
|
|
||||||
|
Version 0.4
|
||||||
|
-----------
|
||||||
|
|
||||||
03/06/2020 Added experimental support for EBNF repetition and optional
|
03/06/2020 Added experimental support for EBNF repetition and optional
|
||||||
syntax. For example, here is a rule for a comma-separated
|
syntax. For example, here is a rule for a comma-separated
|
||||||
expression list:
|
expression list:
|
||||||
|
Loading…
Reference in New Issue
Block a user