Skip to content

0.0.1

Pre-release
Pre-release

Choose a tag to compare

@anj0la anj0la released this 24 Jul 04:16
· 5 commits to master since this release

First public snapshot of Aera. Not stable, so expect breaking changes.

Working:

  • fn/const/let declarations
  • if/else, while, loop expressions
  • call expressions, grouping, arithmetic/logical/bitwise ops
  • REPL

Not yet implemented:

  • Parser error recovery (one bad token currently halts parsing)
  • Type checking / static semantics
  • Tuples, arrays
  • print/output (blocked on modules)