implemented the lexer

This commit is contained in:
Lorenzo Torres 2025-11-30 12:58:35 +01:00
commit f1675bca76
13 changed files with 1303 additions and 0 deletions

4
config.h Normal file
View file

@ -0,0 +1,4 @@
#ifndef CONFIG_H
#define CONFIG_H
#endif