Testing big ints

This commit is contained in:
Krzosa Karol
2022-06-06 17:00:01 +02:00
parent dc56bd54f3
commit 7173557d26
5 changed files with 19 additions and 6 deletions

View File

@@ -55,6 +55,7 @@ struct Parse_Ctx:Lexer{
syms = {heap};
type_map = {heap};
local_syms = {heap};
bigint_allocator = perm;
lex_init(perm, heap, this);
keyword_struct= intern("struct"_s);