Lexer using struct

This commit is contained in:
SinusFox
2023-06-06 15:30:02 +02:00
parent a9baf4f223
commit 6827ad66c1
4 changed files with 59 additions and 0 deletions
+2
View File
@@ -1,3 +1,5 @@
/* This program is not finished! */
#include <stdio.h>
#include "Lexer.h"
#include "Lexer.c"