Directories

github.com/azin-lang/Azin/cmd/compiler Package main provides the command-line interface for the Azin compiler.
github.com/azin-lang/Azin/internal/compiler Package compiler orchestrates the compilation of Azin source code.
github.com/azin-lang/Azin/internal/diagnostics Package diagnostics provides structures and engines to record, format, and report compiler errors, warnings, and informational notes.
github.com/azin-lang/Azin/internal/fs Package fs implements file operations for Azin source files.
github.com/azin-lang/Azin/internal/lexer
github.com/azin-lang/Azin/internal/parser
github.com/azin-lang/Azin/internal/source Package source handles the reading, slicing, and positional indexing of source files.
github.com/azin-lang/Azin/internal/token Package token defines constants and types representing Azin lexical tokens.