Skip to content

1.3.0

Compare
Choose a tag to compare
@joente joente released this 15 Oct 14:28
· 41 commits to master since this release
  • 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.