Skip to content

Quantifiers!

Compare
Choose a tag to compare
@AlexW00 AlexW00 released this 25 Feb 18:10
· 14 commits to master since this release

Added support for quantifiers in syntax rules:

  • "?" = zero or one
  • "*" = zero or more
  • "+" = one or more
    → see example

Also: Recursion detection & updated readme