文件名称:SSQL编译器,C++实现
文件大小:13KB
文件格式:RAR
更新时间:2018-06-26 06:55:24
C++
编译原理课大作业,使用C++实现的SSQL编译器,可以识别创建删除查询SQL语句。
【文件预览】:
src
----Token.h(292B)
----Lexer.cpp(11KB)
----test.txt(1KB)
----database()
----Lexer.h(730B)
----Parser.h(463B)
----Calculator.h(447B)
----Operation.cpp(24KB)
----main.cpp(2KB)
----makefile(461B)
----Operation.h(748B)
----Parser.cpp(16KB)
----Calculator.cpp(4KB)