Added lexer, implemented tests build system

This commit is contained in:
2024-08-11 20:15:09 +10:00
parent 82f63013d8
commit a912b6a29c
10 changed files with 632 additions and 14 deletions

View File

@@ -2,9 +2,11 @@
//general utilities
#include "toy_common.h"
#include "toy_console_colors.h"
//building blocks
//
//pipeline
//
#include "toy_lexer.h"