mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-12 04:22:28 +00:00
LibSQL: Create a very barebones SQL parser
This parser builds on the LibSQL lexer and currently only allows users to parse 'CREATE TABLE' statements.
This commit is contained in:
parent
90517da9ca
commit
377992d33e
Notes:
sideshowbarker
2024-07-18 19:20:32 +09:00
Author: https://github.com/trflynn89
Commit: 377992d33e
Pull-request: https://github.com/SerenityOS/serenity/pull/6463
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/benit8
4 changed files with 418 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
set(SOURCES
|
||||
Lexer.cpp
|
||||
Parser.cpp
|
||||
Token.cpp
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue