1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 12:28:12 +00:00
serenity/Userland/Libraries/LibSQL
Timothy Flynn 90517da9ca LibSQL: Introduce a SQL library with a tokenizer
LibSQL aims to be a SQLite clone for SerenityOS. Step 1 is creating a
tokenizer to lex SQL tokens. This lexer is heavily influenced by the
LibJS lexer.
2021-04-20 18:28:34 +02:00
..
CMakeLists.txt LibSQL: Introduce a SQL library with a tokenizer 2021-04-20 18:28:34 +02:00
Lexer.cpp LibSQL: Introduce a SQL library with a tokenizer 2021-04-20 18:28:34 +02:00
Lexer.h LibSQL: Introduce a SQL library with a tokenizer 2021-04-20 18:28:34 +02:00
Token.cpp LibSQL: Introduce a SQL library with a tokenizer 2021-04-20 18:28:34 +02:00
Token.h LibSQL: Introduce a SQL library with a tokenizer 2021-04-20 18:28:34 +02:00