Added toy.h, thanks for the suggestion GabrielGavrilov!

Resolved #72
This commit is contained in:
2023-03-10 08:41:58 +11:00
parent f84cdff883
commit 88dac53ae0
4 changed files with 72 additions and 8 deletions

View File

@@ -6,10 +6,7 @@
#include "toy_console_colors.h"
#include "toy_lexer.h"
#include "toy_parser.h"
#include "toy_compiler.h"
#include "toy_interpreter.h"
#include "toy.h"
#include <stdio.h>
#include <stdlib.h>