aboutsummaryrefslogtreecommitdiffstats
path: root/alv/base (follow)
Commit message (Collapse)AuthorAgeFilesLines
* allow top-level input in Op.inputss-ol2021-05-031-13/+12
|
* add base.match.any shorthands-ol2021-05-012-7/+25
|
* more overridable PureOps-ol2021-01-301-12/+20
|
* alv.base.match: fix docss-ol2021-01-301-2/+2
|
* remove IOStreams, support optional polling in Opss-ol2020-09-044-9/+18
|
* support :vis() on builtinss-ol2020-09-011-0/+11
|
* Op: vis method instead of fields-ol2020-07-151-14/+20
|
* add vis field to Opss-ol2020-07-111-2/+14
|
* store RTNode in Builtins-ol2020-07-081-1/+12
|
* rename base.match.val → base.match.sigs-ol2020-05-272-13/+13
|
* fix some bugss-ol2020-05-212-18/+5
|
* base.match: fix bug when repeating multi-element patternss-ol2020-05-211-8/+9
|
* small internal doc fixess-ol2020-05-211-0/+1
|
* pureops with arbitrary patterns-ol2020-05-142-28/+25
|
* add and use PureOps-ol2020-05-122-1/+59
|
* base.match: never recall by defaults-ol2020-05-121-4/+3
|
* base.match: match constants as sigss-ol2020-05-122-24/+41
|
* RTNode constifies constant SigStreamss-ol2020-05-121-4/+15
|
* make <num! 4> == <num= 4>s-ol2020-05-101-1/+3
|
* add types.T, fix spec + docss-ol2020-05-092-17/+21
|
* more internal doc fixess-ol2020-05-081-1/+1
|
* rename RTNode.value to RTNode.result (to match Result class)s-ol2020-05-084-22/+21
|
* add alv.type and specs-ol2020-05-082-2/+10
|
* wip new type system and refactorings-ol2020-05-083-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