onion-frontend 0.3.0

Compilation frontend for the Onion programming language - lexer, parser, and IR generator
Documentation
1
2
3
4
5
pub mod lexer;
pub mod ast;
pub mod analyzer;
pub mod diagnostics;
pub mod comptime;