Updated CHANGES

This commit is contained in:
David Beazley 2018-07-07 13:54:42 -05:00
parent 995d0ecff1
commit 3f7240b9a2

View File

@ -36,7 +36,7 @@ Version 0.3
PLUS token in the base class. Thus, an input text of '++'
will be parsed as a single token PLUSPLUS, not two PLUS tokens.
4/1/2018 Better support lexing states. Each lexing state can be defined as
4/1/2018 Better support for lexing states. Each lexing state can be defined as
as a separate class. Use the begin(cls) method to switch to a
different state. For example: