1 2 3 4 5 6 7 8
--- source: src/lib.rs expression: "p.parse(Lexer::new(\"1 + true ? 2 : 5\"))" --- Ok( (if ("1" + "true") then "2" else "5"), )