Release 1.0.4
-
Node macro bugs fixed:
- Rule's leftmost tokens calculation issues in some edge cases.
- Skip expressions injection into the repetition expressions was incorrect in some edge cases.
- Separator expression in the
A*{Sep}
repetition was ignored during the inline expressions resolution.
-
Node debugging operator
debug(expr)
output format improved. -
General fixes in Node and Token macro NFA construction:
- NFA to DFA transformation minimization was sub optimal.
- Optional and Repetition FSA operators bugs fixed.