mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 11:30:18 +00:00
Update compiler.h
This commit is contained in:
parent
73ad79d286
commit
6f28e44f22
@ -749,6 +749,7 @@ __SUBSCR_END:
|
||||
default: SyntaxError(); break;
|
||||
}
|
||||
consume_end_stmt();
|
||||
break;
|
||||
}
|
||||
case TK("--"):{
|
||||
consume(TK("@id"));
|
||||
@ -763,6 +764,7 @@ __SUBSCR_END:
|
||||
default: SyntaxError(); break;
|
||||
}
|
||||
consume_end_stmt();
|
||||
break;
|
||||
}
|
||||
case TK("assert"):
|
||||
EXPR_TUPLE(false);
|
||||
|
Loading…
x
Reference in New Issue
Block a user