Start exploring the parser

This commit is contained in:
Abdelrahman Said
2023-06-28 20:50:54 +01:00
parent 0a7e2f7f0c
commit 6d08b38058
4 changed files with 47 additions and 288 deletions

View File

@@ -17,4 +17,8 @@ SRC+=" src/json_entities/*.c"
CFLAGS+=" -Iinclude/lexer"
SRC+=" src/lexer/*.c"
# PARSER
CFLAGS+=" -Iinclude/parser"
SRC+=" src/parser/*.c"
$CC $CFLAGS $SRC -o $OUT