good morning!!!!

Skip to content
Snippets Groups Projects

parse postgres ql queries fastly

a standalone library cuz we actually have to do some heavy lifting here

how it works:

lexer: the idea is we create a set of token builders of each type (strings, identifiers, keywords, etc) and we add characters to them until they all fail. We take the output of the last one to fail