Implemented parser.

This commit is contained in:
2018-06-09 16:39:20 +01:00
parent cb262733ed
commit 9e60b793c6
9 changed files with 935 additions and 149 deletions

View File

@@ -3,4 +3,4 @@ project(SDB C)
set(CMAKE_C_STANDARD 11)
add_executable(SDB src/main.c src/InputBuffer.c src/InputBuffer.h src/SQL.c src/SQL.h src/scanner.c src/scanner.h)
add_executable(SDB src/main.c src/InputBuffer.c src/InputBuffer.h src/SQL.c src/SQL.h src/scanner.c src/scanner.h src/parser.c src/parser.h)