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

@@ -2,6 +2,8 @@
#include "opcodes.h"
#include "literal.h"
#include "literal_util.h"
#include "literal_array.h"
#include "literal_dictionary.h"
#include "scope.h"