Updated language and started scanner.

This commit is contained in:
2018-06-05 23:03:15 +01:00
parent 417599b87a
commit 8335bbefe6
7 changed files with 403 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)
add_executable(SDB src/main.c src/InputBuffer.c src/InputBuffer.h src/SQL.c src/SQL.h src/scanner.c src/scanner.h)