vilterp / treesql

prototype: a relational database which supports live GraphQL-like queries. Written in Go with BoltDB storage.
37 stars 1 forks source link

Parser lib #2

Closed vilterp closed 6 years ago

vilterp commented 6 years ago

A library which allows grammars to be built and used to parse strings, and provide completions on strings.

vilterp commented 6 years ago

Merged into FP