good morning!!!!

Skip to content
Snippets Groups Projects
Select Git revision
  • master
  • v0.1.0
  • v0.0.19
  • v0.0.18
  • v0.0.17
  • v0.0.16
  • v0.0.15
  • v0.0.14
  • v0.0.13
  • v0.0.12
  • v0.0.11
  • v0.0.10
  • v0.0.9
  • v0.0.8
  • v0.0.7
  • v0.0.6
  • v0.0.5
  • v0.0.4
  • v0.0.2
  • v0.0.3
  • v0.0.1
21 results

pg3p

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Garet Halliday authored
    5b2c0f57
    History

    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