Moved lib_runner's drive system into the core of the lang

This commit is contained in:
2023-03-15 06:12:35 +11:00
parent a04d2c4816
commit e2fa1cf2e8
7 changed files with 133 additions and 195 deletions

View File

@@ -16,6 +16,7 @@ The most important one is `TOY_API`, which highlights functions intended for the
#include "toy_common.h"
#include "toy_console_colors.h"
#include "toy_memory.h"
#include "toy_drive_system.h"
/* core pipeline - from source to execution