aboutsummaryrefslogtreecommitdiff
path: root/elymas
diff options
context:
space:
mode:
authorDrahflow <drahflow@gmx.de>2014-03-11 19:41:09 +0100
committerDrahflow <drahflow@gmx.de>2014-03-11 19:41:09 +0100
commitb4d11704aa33ec6d471479e60be0fdaade5d9b7d (patch)
tree07e1c5e0c43b8d3421f14c0adea77c769d6ccdfd /elymas
parent322d8de9f2d5a4b7159c72d36add03e29dcbe5c2 (diff)
Complex data types can now be done
Diffstat (limited to 'elymas')
-rw-r--r--elymas/lib/sys/opt.ey8
1 files changed, 4 insertions, 4 deletions
diff --git a/elymas/lib/sys/opt.ey b/elymas/lib/sys/opt.ey
index f1dd509..4229748 100644
--- a/elymas/lib/sys/opt.ey
+++ b/elymas/lib/sys/opt.ey
@@ -435,8 +435,8 @@
{
[ STRINGSTAR ] i logic =[]
}
- { "failed to optimize 'execution' of scope typed object" die }
- { "failed to optimize 'execution' of name table" die }
+ { "failed to optimize 'execution' of float typed object" die }
+ { "objects of type 3 should not appear" die }
{ "failed to optimize 'execution' of extension area" die }
{
# TODO think about handling typed functions
@@ -455,8 +455,8 @@
[ ARRAYSTAR ] i logic =[]
}
{ "failed to optimize 'execution' of function type descriptor" die }
- { "objects of type 09 should not appear" die }
- { "objects of type 10 should not appear" die }
+ { } # TODO optimize scope execution one day
+ { "failed to optimize 'execution' of name table" die }
{ "objects of type 11 should not appear" die }
{ "objects of type 12 should not appear" die }
{ "objects of type 13 should not appear" die }