Go to file
VaclavT b4711985b3 another ugly basic implementation 2021-07-04 15:26:06 +02:00
.idea initial commit 2021-06-29 19:28:14 +02:00
.vscode initial commit 2021-06-29 19:28:14 +02:00
.gitignore initial commit 2021-06-29 19:28:14 +02:00
CMakeLists.txt another ugly basic implementation 2021-07-04 15:26:06 +02:00
Readme.md another ugly basic implementation 2021-07-04 15:26:06 +02:00
exception.cpp initial commit 2021-06-29 19:28:14 +02:00
exception.h initial commit 2021-06-29 19:28:14 +02:00
executor.cpp another ugly basic implementation 2021-07-04 15:26:06 +02:00
executor.h a bit of further work 2021-07-01 08:53:51 +02:00
lexer.cpp another ugly basic implementation 2021-07-04 15:26:06 +02:00
lexer.h another ugly basic implementation 2021-07-04 15:26:06 +02:00
main.cpp another ugly basic implementation 2021-07-04 15:26:06 +02:00
parser.cpp another ugly basic implementation 2021-07-04 15:26:06 +02:00
parser.h another ugly basic implementation 2021-07-04 15:26:06 +02:00
row.cpp another ugly basic implementation 2021-07-04 15:26:06 +02:00
row.h another ugly basic implementation 2021-07-04 15:26:06 +02:00
table.cpp another ugly basic implementation 2021-07-04 15:26:06 +02:00
table.h another ugly basic implementation 2021-07-04 15:26:06 +02:00

Readme.md

TODO

  • rename it to usql
  • rename Exception to UException, Table to UTable, Row to URow etc
  • unify using of float and double keywords
  • add constructors
  • add exceptions
  • class members should have prefix m_O
  • add pipe | token
  • add logging