Directories

cmd/azc
internal/codegen/c
internal/compiler
internal/fs Package fs implements file operations for Azin source files.
internal/optimizer Package optimizer provides basic optimizations before transpiling to C.
pkg/ast
pkg/diagnostics Package diagnostics provides structures and engines to record, format, and report compiler errors, warnings, and informational notes.
pkg/lexer
pkg/parser
pkg/sema
pkg/source Package source handles the reading, slicing, and positional indexing of source files.
pkg/token Package token defines constants and types representing Azin lexical tokens.
pkg/types