diff options
| author | gingerBill <bill@gingerbill.org> | 2018-06-17 21:46:37 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2018-06-17 21:46:37 +0100 |
| commit | 5fe4c33d0e71250bcedde0bfada91aab75c640ab (patch) | |
| tree | 5254881165858e5e3b688d19acfe1ae7a2f82341 /src/parser.hpp | |
| parent | 4d9d38cc282ab5bb509c54f8ef8c2ba4b607e258 (diff) | |
Allow importation of `core:builtin` to get built-in entities
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 9226ea95a..14eee643a 100644 --- a/src/parser.hpp +++ b/src/parser.hpp @@ -573,3 +573,4 @@ gbAllocator ast_allocator(void) { } Ast *alloc_ast_node(AstFile *f, AstKind kind); + |