Replace lexer, add parser

This commit is contained in:
David Stotijn
2020-11-16 22:14:58 +01:00
parent 16910bb637
commit 5bce912e89
9 changed files with 848 additions and 349 deletions

1
go.mod
View File

@ -6,7 +6,6 @@ require (
github.com/99designs/gqlgen v0.13.0
github.com/GeertJohan/go.rice v1.0.0
github.com/Masterminds/squirrel v1.4.0
github.com/db47h/lex v1.2.1
github.com/gorilla/mux v1.7.4
github.com/hashicorp/golang-lru v0.5.1 // indirect
github.com/jmoiron/sqlx v1.2.0