candid 0.2.3

Candid is an interface description language (IDL) for interacting with canisters running on the Internet Computer.
Documentation
fn main() {
    lalrpop::Configuration::new()
        .use_cargo_dir_conventions()
        .process_file("src/parser/grammar.lalrpop")
        .unwrap();
}