summaryrefslogtreecommitdiff
path: root/prototypes
diff options
context:
space:
mode:
authorPéter Diviánszky <divipp@gmail.com>2015-12-18 17:14:40 +0100
committerPéter Diviánszky <divipp@gmail.com>2015-12-18 17:14:40 +0100
commit9489ddf4c0fced7ccf2611bbe4fe672ed26a60bb (patch)
treeae65737804264fafb838c6bfeebb9cf2962e9c7f /prototypes
parent22e6b7663727ed9dcb49a96ef0fcb121607ed836 (diff)
update TODO & old test out file
Diffstat (limited to 'prototypes')
-rw-r--r--prototypes/TODO6
1 files changed, 5 insertions, 1 deletions
diff --git a/prototypes/TODO b/prototypes/TODO
index 59a977d6..b228666c 100644
--- a/prototypes/TODO
+++ b/prototypes/TODO
@@ -51,7 +51,7 @@ fő tennivaló: a típusozó kiegészítése
51 51
52 52
53-------------------------------------------------------------------------------- short-term TODOs 53-------------------------------------------------------------------------------- short-term TODOs
54- dependent patternt pattern match related (Vector and tuple pattern) 54- GLSL codegen doesn't support Vector and tuple patterns (not compiler frontend related):
55 fragment02tuple 55 fragment02tuple
56 fragment02vectorpattern 56 fragment02vectorpattern
57 fragment05uniform 57 fragment05uniform
@@ -64,6 +64,10 @@ fő tennivaló: a típusozó kiegészítése
64 64
65- @ patterns 65- @ patterns
66 66
67
68- xx = (\a b c -> Fun "xx" [a, b, c])
69- Fun "xx" [] `app` x
70
67-------------------------------------------------------------------------------- TODOs after 100% tests (completion & cleanup) 71-------------------------------------------------------------------------------- TODOs after 100% tests (completion & cleanup)
68 72
69- dependent prelude should work again 73- dependent prelude should work again