ladybird/Userland/Libraries
Timothy Flynn 6a7d7624a7 LibSQL: Fix parsing of lists of common-table-expression
Misread the graph: In the "WITH [RECURSIVE] common-table-expression"
section, common-table-expression is actually a repeating list. This
changes the parser to correctly parse this section as a list. Create a
new AST node, CommonTableExpressionList, to store both this list and the
boolean RECURSIVE attribute (because every statement that uses this list
also includes the RECURSIVE attribute beforehand).
2021-04-22 18:08:15 +02:00
..
LibArchive Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
LibAudio Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
LibC Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
LibChess Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
LibCompress Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
LibCore Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
LibCoreDump Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
LibCpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
LibCrypt Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
LibCrypto Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
LibDebug Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
LibDesktop Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
LibDiff Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
LibELF Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
LibGemini Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
LibGfx Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
LibGUI Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
LibHTTP Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
LibImageDecoderClient Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
LibIPC Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
LibJS Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
LibKeyboard Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
LibLine Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
LibM Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
LibMarkdown Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
LibPCIDB Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
LibProtocol Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
LibPthread Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
LibRegex Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
LibSQL LibSQL: Fix parsing of lists of common-table-expression 2021-04-22 18:08:15 +02:00
LibSymbolClient Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
LibSyntax Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
LibSystem Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
LibTest Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
LibTextCodec Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
LibThread Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
LibTLS Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
LibTTF Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
LibVT Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
LibWeb Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
LibWebSocket Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
LibX86 Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
CMakeLists.txt LibSQL: Introduce a SQL library with a tokenizer 2021-04-20 18:28:34 +02:00