summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorCsaba Hruska <csaba.hruska@gmail.com>2016-02-15 17:12:56 +0100
committerCsaba Hruska <csaba.hruska@gmail.com>2016-02-15 17:13:04 +0100
commit4f2b734f111f1839677752f5284f7f65c1f57435 (patch)
tree6e5547c7688cf8b153e45b737c3a2c7d3ef20630 /TODO
parentba107c3fde5013b779f4fc73b28a766413cdafa9 (diff)
adjust TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/TODO b/TODO
index 94e8ee7f..73babc9f 100644
--- a/TODO
+++ b/TODO
@@ -93,7 +93,6 @@ next:
93- testenv: performance benchmarks (time and memory consumption) 93- testenv: performance benchmarks (time and memory consumption)
94 - commit certain results 94 - commit certain results
95 - compare the current with that 95 - compare the current with that
96- command line flag for runTest: parse only (outputs SExp)
97 96
98- compiler: generate samplers (OpenGL 3.3) 97- compiler: generate samplers (OpenGL 3.3)
99- backend: setup texture sampler configuration (purescript) 98- backend: setup texture sampler configuration (purescript)
@@ -114,6 +113,9 @@ next:
114- minimal quake videos 113- minimal quake videos
115- documentation: getting started: hello world on various platforms +Csaba 114- documentation: getting started: hello world on various platforms +Csaba
116 115
116extra (parser/refactoring)
117- testenv: command line flag for runTest - parse only (outputs SExp)
118
117extra (language features): 119extra (language features):
118- support @ patterns 120- support @ patterns
119- support guards + where 121- support guards + where