mirror of
https://github.com/odin-lang/Odin.git
synced 2026-05-26 21:58:14 +00:00
Fix try parsing for expression statements
This commit is contained in:
@@ -4385,6 +4385,7 @@ Ast *parse_stmt(AstFile *f) {
|
||||
case Token_String:
|
||||
case Token_OpenParen:
|
||||
case Token_Pointer:
|
||||
case Token_try:
|
||||
case Token_asm: // Inline assembly
|
||||
// Unary Operators
|
||||
case Token_Add:
|
||||
|
||||
Reference in New Issue
Block a user