Go to file
VaclavT 24d4fb2567 preparing for functions 2021-07-15 00:13:45 +02:00
.idea initial commit 2021-06-29 19:28:14 +02:00
.vscode another bit of refactoring 2021-07-13 14:40:43 +02:00
.gitignore initial commit 2021-06-29 19:28:14 +02:00
CMakeLists.txt another bit of refactoring 2021-07-13 14:40:43 +02:00
Radme.md preparing for functions 2021-07-15 00:13:45 +02:00
Readme.md changes here and there 2021-07-12 18:45:51 +02:00
csvreader.cpp another bit of refactoring 2021-07-13 14:40:43 +02:00
csvreader.h another bit of refactoring 2021-07-13 14:40:43 +02:00
data.csv changes here and there 2021-07-12 18:45:51 +02:00
exception.cpp preparing for functions 2021-07-15 00:13:45 +02:00
exception.h preparing for functions 2021-07-15 00:13:45 +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 preparing for functions 2021-07-15 00:13:45 +02:00
parser.cpp preparing for functions 2021-07-15 00:13:45 +02:00
parser.h preparing for functions 2021-07-15 00:13:45 +02:00
row.cpp another bit of refactoring 2021-07-13 14:40:43 +02:00
row.h another bit of refactoring 2021-07-13 14:40:43 +02:00
table.cpp changes here and there 2021-07-12 18:45:51 +02:00
table.h preparing for functions 2021-07-15 00:13:45 +02:00
usql.cpp preparing for functions 2021-07-15 00:13:45 +02:00
usql.h preparing for functions 2021-07-15 00:13:45 +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