good morning!!!!

Skip to content
Snippets Groups Projects
Garet Halliday's avatar
Garet Halliday authored
fc11191b

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