rcpp 0.1.0

An attempt to implement the C++20 standard. This is mostly to have fun & learn rust
1
2
3
4
5
extern crate lalrpop;

fn main() {
    lalrpop::process_root().unwrap();
}