Skip to content

Configure grammar for the LALR parser

Tsegelnik Nikita requested to merge lalr-parser into master

The LALR parser is the best choice for strict and complicated parsing.

Now the GNAParser is support mixed complicated parsing sequences!

  • The Parser class was cleaned from Earley parser and comments;
  • The grammar.lark file was fixed;
  • sequence-nodes are hidden now;
  • Tests are fixed and improved within new grammar

Merge request reports

Loading