Skip to content

Release 1.0.4

Compare
Choose a tag to compare
@Eliah-Lakhin Eliah-Lakhin released this 16 Apr 08:09
· 111 commits to master since this release
a50e006
  • 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.