Releases: yaacov/tree-search-language
Releases · yaacov/tree-search-language
v2.0.2
v2.0.1
v2.0.0
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 -