ladybird/Userland/Libraries/LibSQL
Max Wipfli a9378ce5c2 LibSQL: Clean up SyntaxHighlighter code
This changes SyntaxHighlighter.{cpp,h} to use east const style. It also
removes two unused headers and simplifies a loop.
2021-06-05 00:32:28 +04:30
..
AST.h LibSQL: Parse ALTER TABLE statement 2021-04-24 14:22:08 +02:00
CMakeLists.txt LibSQL: Add a syntax highlighter 2021-05-09 09:39:05 +02:00
Forward.h LibSQL: Parse ALTER TABLE statement 2021-04-24 14:22:08 +02:00
Lexer.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Lexer.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Parser.cpp LibSQL: Report a syntax error for unsupported LIMIT clause syntax 2021-06-03 08:30:13 +02:00
Parser.h LibSQL: Return an error for empty common table expression lists 2021-06-01 23:48:21 +04:30
SyntaxHighlighter.cpp LibSQL: Clean up SyntaxHighlighter code 2021-06-05 00:32:28 +04:30
SyntaxHighlighter.h LibSQL: Clean up SyntaxHighlighter code 2021-06-05 00:32:28 +04:30
Token.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Token.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00