onion-frontend 0.2.1

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