Skip to content

v2.0.0

Compare
Choose a tag to compare
@yaacov yaacov released this 07 Oct 19:55
· 278 commits to master since this release

None backword compatible changes:

  • listener struct return []error array instead of just on error.
  • tree has Nodes as leafs with $ident, $number and $string types, instead of just holding strings as leafs.

Backword compatible changes:

  • Added math operators * / % + and -