package compiler
import "github.com/azin-lang/Azin/internal/compiler"
Package compiler orchestrates the compilation of Azin source code.
Index
Functions
func Compile
func Compile(file *source.File) error
Compile performs lexing and compilation on the provided source file.