added TODO note
authorJohn Tsiombikas <nuclear@mutantstargoat.com>
Tue, 11 Oct 2016 13:07:54 +0000 (16:07 +0300)
committerJohn Tsiombikas <nuclear@mutantstargoat.com>
Tue, 11 Oct 2016 13:07:54 +0000 (16:07 +0300)
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)