X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=antikythera;a=blobdiff_plain;f=src%2Fmparser.cc;h=4079533a8a7581c9a3d3695140670db4ac13e370;hp=3bfe8ce9e1c6f4194ee4f2691790b6615958a2bc;hb=21d0490039c490c6abcc80ebf2142a3376f2be43;hpb=403be7663d7412d0937b1f611b63363213bb3766 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)