Python Left-Right Parser v1.3.0 Release Notes

Release Date: 2018-10-15 // over 5 years ago
    • โž• Added element properties:
      • Keyword.ign_case
      • Choice.most_greedy
      • List.min, List.max, List.opt_closing
      • Repeat.min, 'Repeat.max`
    • โž• Added Result.as_str() method for returning a textual parse result.
    • ๐Ÿ›  Fixed correct expecting for List element.
    • โž• Added MaxRecursionError exception for Prio element.
    • โž• Added create_grammar() method as a shortdut for writting a Grammar class.