Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information