rubyx/lib
Torsten Rüger d6c38d15ba Fix calling unknown methods
Before, when the type was determined, it was assumed that the method can be resolved. But off course tis is not true, as methods may be defined later in the file.
Two solutions for that. One could  (and should) define all methods and only then start to compile. Thus having the type safety.
Or (as now) make a dynamic call and let it fail at runtime.
2019-08-14 14:59:54 +03:00
..
arm close #21 2019-02-07 18:24:35 +02:00
elf generalize assemblers to use callables 2018-07-30 10:23:42 +03:00
mom And we are green again 2019-08-14 11:11:26 +03:00
parfait Some vool starting to work again 2019-08-07 12:06:06 +03:00
risc Fix forgotten block compiler 2019-08-13 19:32:17 +03:00
ruby Some docs 2019-08-06 17:42:15 +03:00
rubyx Fix calling unknown methods 2019-08-14 14:59:54 +03:00
util split create_binary into two phases 2018-06-17 13:53:17 +03:00
vool Fix calling unknown methods 2019-08-14 14:59:54 +03:00
parfait.rb Get a basic MetaClass going 2019-02-16 23:24:16 +02:00
risc.rb Move builtin wholesale to Mom 2019-08-12 12:38:29 +03:00
ruby.rb update parser to use 2.6 2019-03-04 19:00:47 +02:00
rubyx.rb Move builtin wholesale to Mom 2019-08-12 12:38:29 +03:00