1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-20 18:05:07 +00:00
serenity/Userland/Libraries/LibSQL
Timothy Flynn 570aa57df3 LibSQL: Lex string and blob literals
Blob literals are the same as string literals except prefixed with an
'x' or 'X'.
2021-04-21 21:37:55 +02:00
..
Tests LibSQL: Parse DROP TABLE statement 2021-04-20 18:28:34 +02:00
AST.h LibSQL: Parse DROP TABLE statement 2021-04-20 18:28:34 +02:00
CMakeLists.txt LibSQL: Add unit testing of the SQL parser 2021-04-20 18:28:34 +02:00
Lexer.cpp LibSQL: Lex string and blob literals 2021-04-21 21:37:55 +02:00
Lexer.h LibSQL: Lex string and blob literals 2021-04-21 21:37:55 +02:00
Parser.cpp LibSQL: Parse DROP TABLE statement 2021-04-20 18:28:34 +02:00
Parser.h LibSQL: Parse DROP TABLE statement 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: Lex string and blob literals 2021-04-21 21:37:55 +02:00