1 2 3 4 5
fn main() { let text = "10 +"; let expr = libdice::load(text).unwrap(); println!("{:#?}", expr); }