ladybird/Userland
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
..
Applets Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Applications Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Demos Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
DevTools Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
DynamicLoader Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Games Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Libraries LibSQL: Fix parsing of lists of common-table-expression 2021-04-22 18:08:15 +02:00
Services Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Shell Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Tests Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Utilities Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
CMakeLists.txt Userland: Rename *.MenuApplet => *.Applet 2021-04-04 16:29:55 +02:00