Tore everything down and started over

This commit is contained in:
Nate Choe
2022-06-06 11:26:19 -05:00
parent 9d0d998b71
commit ed99ca0223
19 changed files with 211 additions and 1589 deletions

5
src/include/config.h Normal file
View File

@@ -0,0 +1,5 @@
#define ESCAPE_CHAR '%'
#define INCLUDE_CHAR '@'
#define VAR_CHAR '='
#define MAX_INCLUDE_DEPTH 10