hlint
This commit is contained in:
parent
9b1bbbf307
commit
e61672ebf8
7 changed files with 26 additions and 13 deletions
18
TODO
18
TODO
|
@ -1,6 +1,15 @@
|
|||
|
||||
next release:
|
||||
|
||||
add to website: pretty printed tpch, maybe other queries as
|
||||
demonstration
|
||||
|
||||
check haddock
|
||||
reformat the source for some of the tests
|
||||
|
||||
----
|
||||
|
||||
next release after that:
|
||||
|
||||
review tests to copy from hssqlppp
|
||||
|
||||
collate? -> postfix operator which binds very tightly:
|
||||
|
@ -21,8 +30,6 @@ review syntax to replace maybe and bool with better ctors
|
|||
|
||||
----
|
||||
|
||||
add to website: pretty printed tpch, maybe other queries as
|
||||
demonstration
|
||||
demo: convert tpch to sql server syntax exe processor
|
||||
|
||||
----
|
||||
|
@ -61,6 +68,11 @@ left factor parsing code in remaining places
|
|||
|
||||
quasi quotes?
|
||||
|
||||
ast checker: checks the ast represents valid syntax, the parser
|
||||
doesn't check as much as it could, and this can also be used to
|
||||
check generated trees. Maybe this doesn't belong in this package
|
||||
though?
|
||||
|
||||
= sql support
|
||||
|
||||
proper character sets for identifiers, escapes, etc.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue