diff options
| author | gingerBill <bill@gingerbill.org> | 2021-04-22 10:35:17 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2021-04-22 10:35:17 +0100 |
| commit | 47c7dc6a9bfc679f027984bd68523743b4d7734f (patch) | |
| tree | 8ba1ec35c1e2c0b0229a78ccee3dfc91381b69f5 /src/parser.hpp | |
| parent | 65551ba8fb862a9caef97b3c84b17baa7715bbb6 (diff) | |
Add new intrinsics: debug_trap, trap, read_cycle_counter, expect
Diffstat (limited to 'src/parser.hpp')
| -rw-r--r-- | src/parser.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parser.hpp b/src/parser.hpp index 35a1c1997..1ff073f91 100644 --- a/src/parser.hpp +++ b/src/parser.hpp @@ -339,6 +339,7 @@ AST_KIND(_ExprBegin, "", bool) \ Token ellipsis; \ ProcInlining inlining; \ bool optional_ok_one; \ + i32 builtin_id; \ }) \ AST_KIND(FieldValue, "field value", struct { Token eq; Ast *field, *value; }) \ AST_KIND(TernaryExpr, "ternary expression", struct { Ast *cond, *x, *y; }) \ |