rubyx/lib/rubyx
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
..
rubyx_compiler.rb Fix calling unknown methods 2019-08-14 14:59:54 +03:00
rubyxc.rb added execute command and options 2019-07-25 22:36:51 +03:00