Blob literals are the same as string literals except prefixed with an 'x' or 'X'.
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.