Wrote some small tests

This commit is contained in:
2022-08-28 09:35:46 +01:00
parent 71ff481f6c
commit f705d82aee
16 changed files with 605 additions and 529 deletions

View File

@@ -1,6 +1,7 @@
#pragma once
#include "literal.h"
#include "literal_util.h" //TODO: move this to node_util.h
#include "opcodes.h"
#include "token_types.h"