mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-01 20:28:15 +00:00
Fix parsing for procedure literals expression statements; improve assert performance; other minor fixes
This commit is contained in:
@@ -955,6 +955,7 @@ parse_stmt :: proc(p: ^Parser) -> ^ast.Stmt {
|
||||
switch p.curr_tok.kind {
|
||||
// Operands
|
||||
case token.Context, // Also allows for 'context = '
|
||||
token.Proc,
|
||||
token.Inline, token.No_Inline,
|
||||
token.Ident,
|
||||
token.Integer, token.Float, token.Imag,
|
||||
|
||||
Reference in New Issue
Block a user