summaryrefslogtreecommitdiff
path: root/test.sh
Commit message (Collapse)AuthorAge
* move tests to actual test programsdakkar2023-07-22
| | | | yes, TAP
* test next/methodGianni Ceccarelli2023-07-20
|
* constructors & class methods!Gianni Ceccarelli2023-07-14
| | | | | | "class methods" are not actually a thing, we declare a function for each class, that invokes on the class name and object-id=0 (object-id start from 1 for real objects)
* some sugaringGianni Ceccarelli2023-07-14
|
* inheritance via MOPGianni Ceccarelli2023-07-14
| | | | | *probably*, I'm still not completely certain I've found all the weirdness
* much better encodingGianni Ceccarelli2023-07-14
|
* method dispatch seems to workGianni Ceccarelli2023-07-14