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.
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?