From b4d11704aa33ec6d471479e60be0fdaade5d9b7d Mon Sep 17 00:00:00 2001 From: Drahflow Date: Tue, 11 Mar 2014 19:41:09 +0100 Subject: Complex data types can now be done --- elymas/lib/sys/opt.ey | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'elymas/lib') 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 } -- cgit v1.2.3