Skip to content

Releasing v1.7.0

Compare
Choose a tag to compare
@newm4n newm4n released this 06 Nov 01:25
· 82 commits to master since this release
2a720dd
  • Change the Grule ANTLR4 grammar for better structure, tested with ANTLR4 hierarchy and AST Tree.
  • FunctionCall AST graph is now under ExpressionAtom instead of Variable
  • Proper Integer and Float literals both support exponent format
  • Integer literal support Octal and Hexadecimal, Float literal support Hexadecimal.
  • Support negation.
  • Added more documentation about the new numbering literals and also re-arrange the menu in the documentation.