summaryrefslogtreecommitdiff
path: root/src/bin/using_grammar.rs
blob: a153d94f25c28e2e23cbbf895e3df1d1d0d6d4bb (plain)
1
2
3
4
5
6
extern crate two_timer;

// for timing the cost savings of using a serialized matcher
fn main() {
    two_timer::GRAMMAR.matcher().unwrap().parse("yesterday");
}