mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 16:27:36 +00:00
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.
This commit is contained in:
parent
55b7b8e930
commit
90517da9ca
6 changed files with 716 additions and 0 deletions
|
@ -27,6 +27,7 @@ add_subdirectory(LibPCIDB)
|
|||
add_subdirectory(LibProtocol)
|
||||
add_subdirectory(LibPthread)
|
||||
add_subdirectory(LibRegex)
|
||||
add_subdirectory(LibSQL)
|
||||
add_subdirectory(LibSymbolClient)
|
||||
add_subdirectory(LibSyntax)
|
||||
add_subdirectory(LibSystem)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue