aboutsummaryrefslogtreecommitdiff
path: root/module/hnh/util/object.scm (unfollow)
Commit message (Collapse)Author
2023-10-24Fix spelling of 'definitions'.Hugo Hörnquist
2023-10-18Introduce keyword: to define-type.Hugo Hörnquist
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.
2023-10-02Add TODO comments.Hugo Hörnquist
2022-07-09Move type checking macros to own module.Hugo Hörnquist
2022-07-08Change list-of and pair-of validator to separate macros.Hugo Hörnquist
The functionallity is still the same, but this demonstrates that the system is easily extensible.
2022-07-07Add pair-of to object system.Hugo Hörnquist
2022-07-07Extend object type system to allow list-of.Hugo Hörnquist
2022-07-07Add new object system.Hugo Hörnquist
fixup object tests.