rustpython-parser 0.1.1

Parser for python code.
Documentation
1
2
3
4
5
use lalrpop;

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