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