aboutsummaryrefslogtreecommitdiffstats
path: root/alv/result (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-022-7/+4
|
* add Dummy AST nodes-ol2025-03-021-11/+0
|
* fix pretty-printing for "false" valuess-ol2025-03-021-1/+1
|
* Fix love event input streamss-ol2025-03-021-2/+2
|
* 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
|
* remove IOStreams, support optional polling in Opss-ol2025-03-023-62/+3
|
* implement (set) as per specs-ol2025-03-021-1/+1
|
* bugfixes with compound type comparisonss-ol2025-03-021-2/+3
|
* small cleanups-ol2025-03-021-1/+0
|
* add =/~/! castss-ol2025-03-021-0/+4
|
* EvtStream:set(nil) doesnt set :dirtys-ol2025-03-021-0/+2
|
* make EvtStreams carry a single values-ol2025-03-021-12/+9
|
* make <num! 4> == <num= 4>s-ol2025-03-024-22/+13
|
* add types.T, fix spec + docss-ol2025-03-024-50/+37
|
* more internal doc fixess-ol2025-03-024-13/+13
|
* 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-025-113/+87
|
* add alv.type and specs-ol2025-03-022-3/+3
|
* wip new type system and refactorings-ol2025-03-026-0/+566
- Result -> RTNode - Stream -> Result - ValueStream -> SigStream - EventStream -> EvtStream