Skip to main content

Crate anillo

Crate anillo 

Source
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.