jqish 0.1.1

A subset of the `jq` language for working with in-memory data structures
Documentation
1
2
3
4
fn main() {
    println!("cargo:rerun-if-changed=src/jqish.lalrpop");
    lalrpop::process_root().unwrap();
}