aboutsummaryrefslogtreecommitdiffstats
path: root/alv/result/const.moon (follow)
Commit message (Collapse)AuthorAgeFilesLines
* expose Tag to Opss-ol2025-09-031-0/+2
|
* support fractions as number literalss-ol2025-03-131-1/+6
|
* rearrange spec, fix for Lua 5.1s-ol2025-03-021-5/+2
|
* add Dummy AST nodes-ol2025-03-021-11/+0
|
* auto-name Op and Builtin classes for better debuggings-ol2025-03-021-0/+5
|
* docs: fix sections in internals/Consts-ol2025-03-021-0/+2
|
* implement (set) as per specs-ol2025-03-021-1/+1
|
* add =/~/! castss-ol2025-03-021-0/+4
|
* make <num! 4> == <num= 4>s-ol2025-03-021-7/+2
|
* add types.T, fix spec + docss-ol2025-03-021-23/+20
|
* add shorthands for builtin primitives to Primitives-ol2025-03-021-16/+16
|
* rename RTNode.value to RTNode.result (to match Result class)s-ol2025-03-021-12/+15
|
* add alv.type and specs-ol2025-03-021-2/+2
|
* wip new type system and refactorings-ol2025-03-021-0/+196
- Result -> RTNode - Stream -> Result - ValueStream -> SigStream - EventStream -> EvtStream