Directories

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