aboutsummaryrefslogtreecommitdiffstats
path: root/alv/base (follow)
Commit message (Collapse)AuthorAgeFilesLines
* expose Tag to Opss-ol2025-09-031-1/+1
|
* template strings as syntax sugar for Opss-ol2025-04-072-14/+4
|
* implement template stringss-ol2025-03-152-1/+14
|
* builtins: small bugfixess-ol2025-03-021-0/+1
|
* base.match: predicate fn matchings-ol2025-03-021-14/+67
|
* rename Op:update_out → setup_outs-ol2025-03-022-2/+2
|
* lib: use Op:update_outs-ol2025-03-021-6/+3
|
* add Op:update_out and use in builtinss-ol2025-03-022-1/+23
|
* fix input caching/lazy ticking at evaltimes-ol2025-03-021-7/+3
|
* docs: update extension guide (PureOp)s-ol2025-03-022-2/+2
|
* docs: update extension guide (Op:fork, Op:poll)s-ol2025-03-021-0/+1
|
* allow top-level input in Op.inputss-ol2025-03-021-13/+12
|
* add base.match.any shorthands-ol2025-03-022-7/+25
|
* more overridable PureOps-ol2025-03-021-12/+20
|
* alv.base.match: fix docss-ol2025-03-021-2/+2
|
* remove IOStreams, support optional polling in Opss-ol2025-03-024-9/+18
|
* support :vis() on builtinss-ol2025-03-021-0/+11
|
* Op: vis method instead of fields-ol2025-03-021-14/+20
|
* add vis field to Opss-ol2025-03-021-2/+14
|
* store RTNode in Builtins-ol2025-03-021-1/+12
|
* rename base.match.val → base.match.sigs-ol2025-03-022-13/+13
|
* fix some bugss-ol2025-03-022-18/+5
|
* base.match: fix bug when repeating multi-element patternss-ol2025-03-021-8/+9
|
* small internal doc fixess-ol2025-03-021-0/+1
|
* pureops with arbitrary patterns-ol2025-03-022-28/+25
|
* add and use PureOps-ol2025-03-022-1/+59
|
* base.match: never recall by defaults-ol2025-03-021-4/+3
|
* base.match: match constants as sigss-ol2025-03-022-24/+41
|
* RTNode constifies constant SigStreamss-ol2025-03-021-4/+15
|
* make <num! 4> == <num= 4>s-ol2025-03-021-1/+3
|
* add types.T, fix spec + docss-ol2025-03-022-17/+21
|
* more internal doc fixess-ol2025-03-021-1/+1
|
* rename RTNode.value to RTNode.result (to match Result class)s-ol2025-03-024-22/+21
|
* add alv.type and specs-ol2025-03-022-2/+10
|
* wip new type system and refactorings-ol2025-03-023-34/+37
| | | | | | | - Result -> RTNode - Stream -> Result - ValueStream -> SigStream - EventStream -> EvtStream
* fix registry/module bugss-ol2020-04-261-1/+0
| | | | | | | - registry not released when errors occur - registry is no longer grabbed, problem solved ;) - ops not reliably destroyed - only destroy ops who were *not* forked
* code readabilitys-ol2020-04-241-2/+3
|
* remove AST:quote()s-ol2020-04-241-2/+2
|
* export and export* to create alive moduless-ol2020-04-201-1/+1
| | | | See #16
* move into proper Lua module (`alv`)s-ol2020-04-146-0/+777