From: John Tsiombikas Date: Tue, 11 Oct 2016 13:07:54 +0000 (+0300) Subject: added TODO note X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=antikythera;a=commitdiff_plain;h=21d0490039c490c6abcc80ebf2142a3376f2be43;hp=403be7663d7412d0937b1f611b63363213bb3766 added TODO note --- diff --git a/src/mparser.cc b/src/mparser.cc index 3bfe8ce..4079533 100644 --- a/src/mparser.cc +++ b/src/mparser.cc @@ -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)