Types, Fixed personal arena

This commit is contained in:
Krzosa Karol
2022-05-13 22:02:55 +02:00
parent ea0b1c352d
commit d993623a50
4 changed files with 197 additions and 13 deletions

View File

@@ -16,6 +16,7 @@ struct Parse_Ctx:Lexer{
Token empty_token;
S64 indent;
S64 pt[256]; // precedence table
Map type_map;
void init(){
const S64 addp = 1;