mirror of
https://github.com/odin-lang/Odin.git
synced 2025-12-30 09:54:45 +00:00
Fix parsing for procedure literals expression statements; improve assert performance; other minor fixes
This commit is contained in:
@@ -3759,6 +3759,7 @@ Ast *parse_stmt(AstFile *f) {
|
||||
switch (token.kind) {
|
||||
// Operands
|
||||
case Token_context: // Also allows for `context =`
|
||||
case Token_proc:
|
||||
case Token_inline:
|
||||
case Token_no_inline:
|
||||
case Token_Ident:
|
||||
|
||||
Reference in New Issue
Block a user