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