Crate aluasm

Source

Modules§

analyzer
Analyzer code converting abstract parse tree, returned by parser, into an abstract syntax tree (AST)
ast
Abstract syntax tree data types
compiler
Compiler converting AST constructed by analyzer into instructions and library data structure
issues
linker
module
parser
product

Enums§

BuildError
CompilerError
InstrError
Errors happening when editing existing instruction (should never happen and indicate internal compiler bug)
LexerError
LinkerError
MainError