Parser: issue better error msgs for missing closing tokens.
[dil.git] / wiki / todo.wiki
blob3e8d887839f2affda0e0a7f9af96f41bed13c6c5
1 #summary A list of things to do before the first release
3 Aziz's TODO list:
4   * Write elementary semantic analysis sufficient for documentation generation.
5   * ~~Implement global !IdTable. Add list of pre-defined identifiers.~~
6   * ~~Adapt Parser to the syntax additions in DMD 2.008.~~
7   * ~~D2.0: Implement [http://www.digitalmars.com/d/2.0/template.html#Constraint Template Constraints]~~
8   * ~~D2.0: Implement `auto` return type for [http://www.digitalmars.com/d/2.0/template.html#function-templates Function Templates]~~
9   * ~~D2.0: Implement modified syntax for [http://www.digitalmars.com/d/2.0/enum.html Enums]~~
10 Things of lesser priority:
11   * Develop !PyQt4 app [http://hg.sharesource.org/dil/file/tip/trunk/src/translator/ Translator] further until it is usable.
12   * Write Lexer unittest for number literals.