add parsing for unary + -
This commit is contained in:
parent
ed47656a0c
commit
182526d1fc
2 changed files with 38 additions and 24 deletions
19
TODO
19
TODO
|
@ -1,14 +1,15 @@
|
|||
|
||||
|
||||
first release
|
||||
|
||||
1. utility function to parse some sql and print the context of the
|
||||
error using the position
|
||||
2. complete the parsing for the tests in the Tests.lhs
|
||||
3. get tpch parsing
|
||||
4. add tests to cabal
|
||||
5. do code documentation and haddock
|
||||
first release:
|
||||
|
||||
complete the parsing for the tests in the Tests.lhs
|
||||
case insensivity
|
||||
get tpch parsing
|
||||
check the pretty printer on the tpch queries
|
||||
add automated tests to cabal
|
||||
do code documentation and haddock
|
||||
do some tests for parse errors?
|
||||
website with haddock and table of parsing tests
|
||||
|
||||
----
|
||||
|
||||
|
@ -29,6 +30,8 @@ position annotation
|
|||
|
||||
= sql support
|
||||
|
||||
case insensitivity
|
||||
|
||||
scalar function syntax:
|
||||
|
||||
standard interval literal
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue