diff --git a/src/compiler/parse.c b/src/compiler/parse.c index f62ea21..e36a0e5 100644 --- a/src/compiler/parse.c +++ b/src/compiler/parse.c @@ -49,7 +49,7 @@ typedef enum { TGRT = '>', TASS = '=', - + TLBRK = '(', TRBRK = ')', TLSBRK = '[', @@ -558,7 +558,6 @@ static Node *parse_statement(Context *ctx) switch(current(ctx)) { default: - assert(0); break; case '(':