mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-19 13:00:28 +00:00
Update odin/parser
This commit is contained in:
@@ -2186,6 +2186,8 @@ parse_operand :: proc(p: ^Parser, lhs: bool) -> ^ast.Expr {
|
||||
rt.type = type;
|
||||
return rt;
|
||||
|
||||
case "force_inline", "force_no_inline":
|
||||
return parse_inlining_operand(p, lhs, tok);
|
||||
case:
|
||||
expr := parse_expr(p, lhs);
|
||||
te := ast.new(ast.Tag_Expr, tok.pos, expr.pos);
|
||||
|
||||
Reference in New Issue
Block a user