summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorCsaba Hruska <csaba.hruska@gmail.com>2016-02-04 12:38:27 +0100
committerCsaba Hruska <csaba.hruska@gmail.com>2016-02-04 12:38:27 +0100
commit514da00bf5e0e913acdcdf1706157d0d9c7276e8 (patch)
treee7ed1bfafff6b0dc9725af7d2efc1c827baaef19 /TODO
parenta72fdad5a1880f9db59eed0debea09c3a881a9a0 (diff)
update todo
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/TODO b/TODO
index df85fe38..3ba421fa 100644
--- a/TODO
+++ b/TODO
@@ -55,13 +55,19 @@ done:
55- desugar node definitions 55- desugar node definitions
56- definitions are allowed in any order (not just bottom-up) 56- definitions are allowed in any order (not just bottom-up)
57- support qualified module imports 57- support qualified module imports
58- editor: move default program to normal examle what comes from the server
59- quake3: fix character animations
60- quake3: basic collision test
58 61
59next: 62next:
60- better API documentation 63- better API documentation
61- documentation: update lambdacube(engine) page on haskell wiki 64- documentation: update lambdacube(engine) page on haskell wiki
65- documentation: improve documentation with explanatory diagrams
62- editor: editor socket reconnection 66- editor: editor socket reconnection
63- editor: highlight errors in editor 67- editor: highlight errors in editor
64- release 0.4 compiler on hackage 68- release 0.4 compiler on hackage
69 - put internals and prelude automaticly to include path when using compiler as a library
70 - sync getting started description with the example source code
65- blog about release: 71- blog about release:
66 - few sentences about the past events 72 - few sentences about the past events
67 - meeting in december with every team member? 73 - meeting in december with every team member?
@@ -89,6 +95,7 @@ next:
89- support recursive local definitions 95- support recursive local definitions
90- mutual recursion (inference & reduction) 96- mutual recursion (inference & reduction)
91 97
98- backend: include compiler version in the generated pipeline as a string info field
92- backend: generate let in shaders 99- backend: generate let in shaders
93- backend: array support 100- backend: array support
94- backend: GLSL codegen doesn't support Vector and tuple patterns (not compiler frontend related): 101- backend: GLSL codegen doesn't support Vector and tuple patterns (not compiler frontend related):