aboutsummaryrefslogtreecommitdiffstats
path: root/alv/rtnode.moon (follow)
Commit message (Collapse)AuthorAgeFilesLines
* more overridable PureOps-ol2025-03-021-1/+1
|
* reroll RTNode testss-ol2025-03-021-1/+1
|
* remove IOStreams, support optional polling in Opss-ol2025-03-021-27/+55
|
* fix crash when last expression in (do …) returns Constants-ol2025-03-021-1/+1
|
* fix bug where symbol results became constants-ol2025-03-021-2/+5
|
* RTNode constifies constant SigStreamss-ol2025-03-021-8/+10
|
* exclude Constants from side_inputss-ol2025-03-021-0/+1
|
* add types.T, fix spec + docss-ol2025-03-021-8/+11
|
* rename RTNode.value to RTNode.result (to match Result class)s-ol2025-03-021-23/+26
|
* wip new type system and refactorings-ol2025-03-021-0/+126
- Result -> RTNode - Stream -> Result - ValueStream -> SigStream - EventStream -> EvtStream