Skip to content

New Lexer

Latest
Compare
Choose a tag to compare
@regeda regeda released this 24 Jun 16:08
· 4 commits to main since this release
db46f6c
  1. The lexer generates a syntax tree during the input parsing.
  2. Basic math operators +-*/ were introduced. It enables you to use math in your expressions:
1 + 2
2 * (1 + -199)