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