Menu

#14 invalid BNF about unary expression

open
5
2005-07-02
2005-07-02
No

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

Discussion


Log in to post a comment.

MongoDB Logo MongoDB