Dylan Katz
984b6e08cf
LibSQL: Add a syntax highlighter
2021-05-09 09:39:05 +02:00
Brian Gianforcaro
597de3356f
Tests: Move LibSQL tests to Tests/LibSQL
2021-05-06 17:54:28 +02:00
Timothy Flynn
d41d1d2035
LibSQL: Add unit testing of the SQL parser
2021-04-20 18:28:34 +02:00
Timothy Flynn
377992d33e
LibSQL: Create a very barebones SQL parser
...
This parser builds on the LibSQL lexer and currently only allows users
to parse 'CREATE TABLE' statements.
2021-04-20 18:28:34 +02:00
Timothy Flynn
90517da9ca
LibSQL: Introduce a SQL library with a tokenizer
...
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.
2021-04-20 18:28:34 +02:00