Expand description
The Anillo Compiler
The Anillo compiler serves as the currently (Work In Progress) reference implementation of the Anillo Language.
Modulesยง
- error ๐
- lexer ๐
- Basic type definitions and implementations for the lexing of an Anillo source file.
- parser ๐
- Types and implementations for parsing a pre-built Token buffer.
- token ๐
- This module provides definitions for the fundamental types used in a traditional compiler.
Functionsยง
- main ๐
- The main just parses command line args and drives the lexer, parser, and AST validator.