aboutsummaryrefslogtreecommitdiffstats
path: root/spec/result/const_spec.moon (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rearrange spec, fix for Lua 5.1s-ol2025-03-021-158/+0
|
* fix pretty-printing for "false" valuess-ol2025-03-021-0/+5
|
* add types.T, fix spec + docss-ol2025-03-021-20/+25
|
* 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-021-2/+1
|
* wip new type system and refactorings-ol2025-03-021-0/+149
- Result -> RTNode - Stream -> Result - ValueStream -> SigStream - EventStream -> EvtStream