shroom 0.0.1

A library for evaluating strings as expressions. This is an experimental version, the crate is unstable and most of the features are yet to be tested.
Documentation
extern crate lalrpop;

fn main() {
    lalrpop::Configuration::new()
        .generate_in_source_tree()
        .process()
        .unwrap();
}