summaryrefslogtreecommitdiff
path: root/bos-mop.sh
Commit message (Collapse)AuthorAge
* 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)
* 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
|
* fix find-method-intoGianni Ceccarelli2023-07-14
| | | | | | `${#foo}` is the character length of the first element of `foo` (because `$foo` is that first element), `${#foo[@]}` is the number of elements
* method dispatch seems to workGianni Ceccarelli2023-07-14
|
* flailing about with MOPsGianni Ceccarelli2023-07-13