rubyx/lib
Torsten Rüger fd46826b9c Implement class instance variables
as they are just the type of the meta_class, that was relatively simple.
I feel this is what oo is meant to be, instance variables and methods for the objects, and since classes are objects, for them too.
Class variables seem like a design mistake, weird scoping rules and no data hiding (left as an exercise to the reader)
2019-09-19 15:48:27 +03:00
..
arm hacking method not found 2019-09-09 11:47:37 +03:00
elf make elf symbols optional 2019-09-03 02:02:21 +03:00
mom some class send test changes 2019-09-18 22:07:58 +03:00
parfait Implement class instance variables 2019-09-19 15:48:27 +03:00
risc Implement class instance variables 2019-09-19 15:48:27 +03:00
ruby basic require_relative (hack) 2019-09-07 22:13:53 +03:00
rubyx A little work on test times 2019-09-18 13:36:29 +03:00
util split create_binary into two phases 2018-06-17 13:53:17 +03:00
vool Implement class instance variables 2019-09-19 15:48:27 +03:00
parfait.rb Implement class instance variables 2019-09-19 15:48:27 +03:00
risc.rb Add mom boot options 2019-09-07 16:43:47 +03:00
ruby.rb Rename Vool Block to Lambda 2019-08-19 10:40:22 +03:00
rubyx.rb using new macro approach for builtin, testing first 2019-08-26 09:24:06 +03:00