1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-15 03:04:59 +00:00
Commit graph

1 commit

Author SHA1 Message Date
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