Skip to content

1.6.0

Compare
Choose a tag to compare
@patinthehat patinthehat released this 07 Jul 23:18
· 195 commits to main since this release
dd7364f
  • all function call, static method call, method call nodes have an args property containing the value node(s) of the parsed arguments.
  • assignment nodes now have a value property and value() method.
  • strings and numbers are converted to StringNode and NumberNode nodes, respectively.
  • most values converted to Node classes that implement either ResultNode, ValueNode, or both.
  • operations (addition, concat, etc.) converted to Node classes that implement OperationNode.
  • fixed several bugs related to non-matches being returned as matches.