Skip to content

Angle 0.2.0

Compare
Choose a tag to compare
@GuiltyDolphin GuiltyDolphin released this 21 Nov 17:36
· 82 commits to master since this release

Major components implemented:

  • Scanner - implements basic parsing functionality.
  • Types - language representation in Haskell.
  • Lexer, Tokenizer, Parser - converts from source to AST.
  • Fundamental language structures such as loops and data structures.
  • Implements a basic error system.