Select Git revision
Forked from
Per Lindgren / D7050E
Source project has a limited visibility.
main.rs 176 B
use lalrpop_util::lalrpop_mod;
lalrpop_mod!(pub grammar);
use grammar::*;
fn main() {
println!("hello world");
}
#[test]
fn hello() {
println!("Hello in test")
}