index
:
modelthing
master
with-katex
collaborative model development
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modelica-parser-lalrpop
/
build.rs
blob: 23c7d3f804a458ace07e30f7d5993f3c6c856fe4 (
plain
)
1
2
3
4
5
extern crate lalrpop; fn main() { lalrpop::process_root().unwrap(); }