aboutsummaryrefslogtreecommitdiff
path: root/module/hnh/util/object.scm (follow)
Commit message (Collapse)AuthorAge
* Fix spelling of 'definitions'.Hugo Hörnquist2023-10-24
|
* Introduce keyword: to define-type.Hugo Hörnquist2023-10-18
| | | | | | Type fields like to be named after their containing type. But when creating new instances having to type the full name each time gets cumbersome. This allows local keywords for cleaner code.
* Add TODO comments.Hugo Hörnquist2023-10-02
|
* Move type checking macros to own module.Hugo Hörnquist2022-07-09
|
* Change list-of and pair-of validator to separate macros.Hugo Hörnquist2022-07-08
| | | | | The functionallity is still the same, but this demonstrates that the system is easily extensible.
* Add pair-of to object system.Hugo Hörnquist2022-07-07
|
* Extend object type system to allow list-of.Hugo Hörnquist2022-07-07
|
* Add new object system.Hugo Hörnquist2022-07-07
fixup object tests.