extern crate wac; fn main() { println!("{:?}", wac::lex("hello world")); }