aboutsummaryrefslogtreecommitdiffstats
path: root/spec/result (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rearrange spec, fix for Lua 5.1s-ol2025-03-023-418/+0
|
* fix pretty-printing for "false" valuess-ol2025-03-023-0/+26
|
* EvtStream:set(nil) doesnt set :dirtys-ol2025-03-021-0/+17
|
* make EvtStreams carry a single values-ol2025-03-022-6/+111
|
* make <num! 4> == <num= 4>s-ol2025-03-021-1/+10
|
* add types.T, fix spec + docss-ol2025-03-022-58/+63
|
* add shorthands for builtin primitives to Primitives-ol2025-03-021-18/+18
|
* rename RTNode.value to RTNode.result (to match Result class)s-ol2025-03-021-3/+3
|
* add alv.type and specs-ol2025-03-022-4/+2
|
* wip new type system and refactorings-ol2025-03-022-0/+258
- Result -> RTNode - Stream -> Result - ValueStream -> SigStream - EventStream -> EvtStream