mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 23:28:48 +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;
|
rt.type = type;
|
||||||
return rt;
|
return rt;
|
||||||
|
|
||||||
|
case "force_inline", "force_no_inline":
|
||||||
|
return parse_inlining_operand(p, lhs, tok);
|
||||||
case:
|
case:
|
||||||
expr := parse_expr(p, lhs);
|
expr := parse_expr(p, lhs);
|
||||||
te := ast.new(ast.Tag_Expr, tok.pos, expr.pos);
|
te := ast.new(ast.Tag_Expr, tok.pos, expr.pos);
|
||||||
|
|||||||
Reference in New Issue
Block a user