Directories

ast
diagnostics Package diagnostics provides structures and engines to record, format, and report compiler errors, warnings, and informational notes.
lexer
parser
sema
source Package source handles the reading, slicing, and positional indexing of source files.
token Package token defines constants and types representing Azin lexical tokens.
types