now workspaces for modular compilation (maybe faster)
This commit is contained in:
3
grammar/build.rs
Normal file
3
grammar/build.rs
Normal file
@ -0,0 +1,3 @@
|
||||
fn main() {
|
||||
lalrpop::process_src().unwrap();
|
||||
}
|
||||
Reference in New Issue
Block a user