added TODO note
[antikythera] / src / mparser.cc
index 3bfe8ce..4079533 100644 (file)
@@ -213,7 +213,7 @@ static bool statement(ParserState *ps)
 
 static bool expression(ParserState *ps)
 {
-       return term(ps);
+       return term(ps);        // TODO expand
 }
 
 static bool term(ParserState *ps)