fixed bug introduced by the last couple of commits

This commit is contained in:
cozis
2022-03-09 12:34:20 +01:00
parent faf32659e0
commit 84fa86c373
+1 -2
View File
@@ -49,7 +49,7 @@ typedef enum {
TGRT = '>', TGRT = '>',
TASS = '=', TASS = '=',
TLBRK = '(', TLBRK = '(',
TRBRK = ')', TRBRK = ')',
TLSBRK = '[', TLSBRK = '[',
@@ -558,7 +558,6 @@ static Node *parse_statement(Context *ctx)
switch(current(ctx)) switch(current(ctx))
{ {
default: default:
assert(0);
break; break;
case '(': case '(':