use lalrpop_util::lalrpop_mod;
mod ast;
mod optimising;
mod tests;
lalrpop_mod!(pub expressions);
fn main() {
println!("Hello, world!");
}