Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | notes | Gianni Ceccarelli | 2023-07-27 |
| | |||
* | vaguely bootstrap things? | Gianni Ceccarelli | 2023-07-27 |
| | |||
* | more flexible namespaced stores | Gianni Ceccarelli | 2023-07-27 |
| | | | | now they're __-separated encoded strings | ||
* | untested start of attribute support | Gianni Ceccarelli | 2023-07-27 |
| | |||
* | simpler syntax for assoc assginments | Gianni Ceccarelli | 2023-07-26 |
| | |||
* | very rough parameter parser | Gianni Ceccarelli | 2023-07-26 |
| | |||
* | remove old implementation | dakkar | 2023-07-22 |
| | |||
* | metaclass instances | dakkar | 2023-07-22 |
| | |||
* | move constructor to global base class | dakkar | 2023-07-22 |
| | |||
* | single meta class | dakkar | 2023-07-22 |
| | |||
* | factor namespace open/close | dakkar | 2023-07-22 |
| | |||
* | fix block&namespace nesting | dakkar | 2023-07-22 |
| | |||
* | `*-into` always takes the destination as `$1` | dakkar | 2023-07-22 |
| | |||
* | move tests to actual test programs | dakkar | 2023-07-22 |
| | | | | yes, TAP | ||
* | notes for next steps | Gianni Ceccarelli | 2023-07-20 |
| | |||
* | test next/method | Gianni Ceccarelli | 2023-07-20 |
| | |||
* | constructors & class methods! | Gianni Ceccarelli | 2023-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 sugaring | Gianni Ceccarelli | 2023-07-14 |
| | |||
* | inheritance via MOP | Gianni Ceccarelli | 2023-07-14 |
| | | | | | *probably*, I'm still not completely certain I've found all the weirdness | ||
* | much better encoding | Gianni Ceccarelli | 2023-07-14 |
| | |||
* | fix find-method-into | Gianni Ceccarelli | 2023-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 work | Gianni Ceccarelli | 2023-07-14 |
| | |||
* | flailing about with MOPs | Gianni Ceccarelli | 2023-07-13 |
| | |||
* | some docs | Gianni Ceccarelli | 2023-07-06 |
| | |||
* | might work? | Gianni Ceccarelli | 2023-07-06 |
| | |||
* | starting | Gianni Ceccarelli | 2023-07-06 |