Parser#parse_unary() should be called from Parser#parse_arithmetic() and not Parser#parse_term().
==================== $ kwartz -a parse-program a = 10 + -1; ^D :block :expr = a + 10 -. 1 ====================
release: 2.0.2
Log in to post a comment.