aboutsummaryrefslogtreecommitdiff
path: root/src/parser.hpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2018-06-17 21:46:37 +0100
committergingerBill <bill@gingerbill.org>2018-06-17 21:46:37 +0100
commit5fe4c33d0e71250bcedde0bfada91aab75c640ab (patch)
tree5254881165858e5e3b688d19acfe1ae7a2f82341 /src/parser.hpp
parent4d9d38cc282ab5bb509c54f8ef8c2ba4b607e258 (diff)
Allow importation of `core:builtin` to get built-in entities
Diffstat (limited to 'src/parser.hpp')
-rw-r--r--src/parser.hpp1
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);
+