Wrote tests for Toy_Table

I hope that's it, I don't wanna do that again XD
This commit is contained in:
2024-10-04 16:50:54 +10:00
parent 5cf2e70b7d
commit 196b5f86f1
6 changed files with 759 additions and 73 deletions

View File

@@ -10,7 +10,7 @@
#include "toy_stack.h"
#include "toy_bucket.h"
#include "toy_string.h"
//TODO: hashtable
#include "toy_table.h"
//IR structures and other components
#include "toy_ast.h"