AST_INT, AST_STR to AST_VALUE

This commit is contained in:
Krzosa Karol
2022-06-02 22:37:42 +02:00
parent 173ef843df
commit a416007bba
6 changed files with 260 additions and 238 deletions

View File

@@ -80,6 +80,7 @@ For now I don't thing it should be overloadable.
#include "base.cpp"
#include "base_unicode.cpp"
#include "new_lex.cpp"
#include "types.h"
#include "new_ast.cpp"
#include "new_parse.cpp"
#include "typecheck.h"