jkozlowski / kdb-haskell

kdb+ client library in Haskell
MIT License
9 stars 6 forks source link

Implement q parser. #5

Closed jkozlowski closed 9 years ago

jkozlowski commented 10 years ago

The idea is to implement a simple q parser using Parsec. Once that is ready I would like to explore whether it is viable to implement some typing and type inference rules for q.

If so, I would like to create a simple q dialect that allows for optional type signatures.

Or maybe better go with happy?

travis-leith commented 2 years ago

Did you make any progress on this?