aboutsummaryrefslogtreecommitdiffstats
path: root/spec/rtnode_spec.moon (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rearrange spec, fix for Lua 5.1s-ol2025-03-021-216/+0
|
* reroll RTNode testss-ol2025-03-021-90/+105
|
* add PureOp specs-ol2025-03-021-2/+1
|
* RTNode constifies constant SigStreamss-ol2025-03-021-14/+35
|
* make EvtStreams carry a single values-ol2025-03-021-3/+3
|
* add types.T, fix spec + docss-ol2025-03-021-15/+12
|
* rename RTNode.value to RTNode.result (to match Result class)s-ol2025-03-021-48/+49
|
* add alv.type and specs-ol2025-03-021-2/+1
|
* wip new type system and refactorings-ol2025-03-021-0/+184
- Result -> RTNode - Stream -> Result - ValueStream -> SigStream - EventStream -> EvtStream