1
Fork 0

change collate and in chartype to be a list of names

rearrange and add notes to the parser
This commit is contained in:
Jake Wheat 2014-04-19 12:47:25 +03:00
parent 4fa21ceea8
commit fdb90c0440
6 changed files with 404 additions and 238 deletions

6
TODO
View file

@ -2,9 +2,6 @@ continue 2003 review and tests
touch up the expr hack as best as can
represent natural and using/on in the syntax more close to the
concrete syntax - don't combine in the ast
careful review of token parses wrt trailing delimiters/junk
undo mess in the code created by adding lots of new support:
@ -19,9 +16,6 @@ add documentation in Parser.lhs on the left factoring/error handling
create error message demonstration page for the website
remove the IsString for Name and [Name], create some helper functions
if needed. These are only used in the tests
fixes:
keyword tree, add explicit result then can use for joins also