usql updates, lexer changes

This commit is contained in:
2021-09-15 21:22:24 +02:00
parent 7e4a4b5583
commit 1e0506e6cd
21 changed files with 986 additions and 777 deletions

2
ml.h
View File

@@ -7,7 +7,7 @@
#include <sstream>
#include <exception>
const std::string VERSION = "ml 0.2 (" __DATE__ " " __TIME__ ")";
const std::string VERSION = "ml 0.3 (" __DATE__ " " __TIME__ ")";
const std::string STDLIB_LOADER =
R"(