mirror of
https://github.com/RGBCube/serenity
synced 2026-01-12 22:50:59 +00:00
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. |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| Lexer.cpp | ||
| Lexer.h | ||
| Token.cpp | ||
| Token.h | ||