From 5fe4c33d0e71250bcedde0bfada91aab75c640ab Mon Sep 17 00:00:00 2001 From: gingerBill Date: Sun, 17 Jun 2018 21:46:37 +0100 Subject: Allow importation of `core:builtin` to get built-in entities --- src/parser.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/parser.hpp') 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); + -- cgit v1.2.3