rubyx/lib
Torsten Rüger 17f87f7464 Starting to fix resolve mechanism
resolve had the wrong approach, sort of class based oo
It took methods from "derived" types and just used them
To be correct, those methods would have to be recompiled for the current type, rubyx is type, not class based.
Started on that, still soe strange hang though

Later, type and method analysis may reveal "compatible" types (down only off course) where one could use the exact same code, but that is phase 2
2019-09-29 12:06:37 +03:00
..
arm Fix word offset 2019-09-24 12:59:22 +03:00
elf Fix bad test coverage 2019-09-25 01:14:00 +03:00
mom Remove separate block_compiler lists 2019-09-28 17:24:10 +03:00
parfait Starting to fix resolve mechanism 2019-09-29 12:06:37 +03:00
risc Remove separate block_compiler lists 2019-09-28 17:24:10 +03:00
ruby rename singleton_class to single_class and misc 2019-09-24 17:25:19 +03:00
rubyx Make to_mom a 2 stage process 2019-09-24 15:44:33 +03:00
util Also make risc compilers a linked lists 2019-09-28 15:08:08 +03:00
vool Starting to fix resolve mechanism 2019-09-29 12:06:37 +03:00
parfait.rb rename meta to singleton class 2019-09-24 12:59:22 +03:00
risc.rb Simplify Parfait booting 2019-09-22 19:10:47 +03:00
ruby.rb Rename Vool Block to Lambda 2019-08-19 10:40:22 +03:00
rubyx.rb Simple compiler list module to make compilers a list 2019-09-28 09:38:34 +03:00
util.rb Simple compiler list module to make compilers a list 2019-09-28 09:38:34 +03:00