rewrite expression parser with parentheses

This commit is contained in:
r4
2021-12-23 15:56:12 +01:00
parent 052e78bf2e
commit 298883939b
5 changed files with 266 additions and 183 deletions

5
ir.h
View File

@@ -61,11 +61,6 @@ typedef struct IRTok {
IRParam lhs, rhs;
} Arith;
struct {
IRArgs *args;
size_t args_size;
} Print;
struct {
size_t iaddr;
} Jmp;