Directories

compiler Package compiler orchestrates the compilation of Azin source code.
diagnostics Package diagnostics provides structures and engines to record, format, and report compiler errors, warnings, and informational notes.
fs Package fs implements file operations for Azin source files.
lexer Package lexer converts Azin source text into lexical tokens.
source Package source handles the reading, slicing, and positional indexing of source files.
token Package token defines constants and types representing Azin lexical tokens.