summaryrefslogtreecommitdiff
path: root/bos-sugar.sh
Commit message (Collapse)AuthorAge
* logging!dakkar2023-08-30
|
* metaclass instancesdakkar2023-07-22
|
* move constructor to global base classdakkar2023-07-22
|
* single meta classdakkar2023-07-22
|
* factor namespace open/closedakkar2023-07-22
|
* fix block&namespace nestingdakkar2023-07-22
|
* `*-into` always takes the destination as `$1`dakkar2023-07-22
|
* 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