compiler: various bits of progress

Reviewed-on: NeoFlock/noom#12
Co-authored-by: tema5002 <tema5002@tuta.io>
Co-committed-by: tema5002 <tema5002@tuta.io>
This commit is contained in:
2026-07-02 16:40:25 +02:00
committed by Blendi
parent 404332fcba
commit d41993a06d
9 changed files with 841 additions and 369 deletions

View File

@@ -75,6 +75,7 @@ typedef enum noom_Exit {
NOOM_EERROR,
} noom_Exit;
// shouldn't this go to vm.h....?
typedef enum noom_UnaryOp {
// -x
NOOM_UNARY_NEGATE,