|
7ee57f2b08
|
generalize get_main and get_init to get_method
to get at those know methods that really
__must__ exists, hence the bang, raise if don't
about to add method missing and raise to the list
|
2019-09-15 12:58:43 +03:00 |
|
|
4bf23defc8
|
fix many tests with preloading
preloading, something akin to builtin, loads some very small predefined (macro) methods for the tests to work (ie call)
|
2019-09-12 22:27:26 +03:00 |
|
|
aaf169ad8d
|
Fixed almost all but Interpreter
150 only failing, seems only 1 bug though
and one in linker
|
2019-08-13 00:13:29 +03:00 |
|
Torsten Ruger
|
84de400529
|
some test change because of renaming
next is a keyword, can't be used as instance writer
fake_memory gets the pobject for debug
|
2018-08-11 19:17:20 +03:00 |
|