Go to file
VaclavT 5e4480c767 changes here and there 2021-07-12 18:45:51 +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 changes here and there 2021-07-12 18:45:51 +02:00
Readme.md changes here and there 2021-07-12 18:45:51 +02:00
csvreader.cpp changes here and there 2021-07-12 18:45:51 +02:00
csvreader.h changes here and there 2021-07-12 18:45:51 +02:00
data.csv changes here and there 2021-07-12 18:45:51 +02:00
exception.cpp changes here and there 2021-07-12 18:45:51 +02:00
exception.h changes here and there 2021-07-12 18:45:51 +02:00
executor.cpp changes here and there 2021-07-12 18:45:51 +02:00
executor.h changes here and there 2021-07-12 18:45:51 +02:00
lexer.cpp changes here and there 2021-07-12 18:45:51 +02:00
lexer.h changes here and there 2021-07-12 18:45:51 +02:00
main.cpp changes here and there 2021-07-12 18:45:51 +02:00
parser.cpp changes here and there 2021-07-12 18:45:51 +02:00
parser.h changes here and there 2021-07-12 18:45:51 +02:00
row.cpp changes here and there 2021-07-12 18:45:51 +02:00
row.h changes here and there 2021-07-12 18:45:51 +02:00
table.cpp changes here and there 2021-07-12 18:45:51 +02:00
table.h changes here and there 2021-07-12 18:45:51 +02:00

Readme.md

TODO

  • rename Exception to UException, Table to UTable, Row to URow etc
  • remove newlines from lexed string tokens
  • unify using of float and double keywords
  • add constructors
  • add exceptions
  • class members should have prefix m_
  • add pipe | token
  • add logging