aboutsummaryrefslogtreecommitdiffstats
path: root/spec (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix pretty-printing for "false" valuess-ol2025-03-024-0/+28
* pass input through (trace expr)s-ol2025-03-021-1/+1
* add thread-first/thread-last macro + specs-ol2025-03-021-0/+25
* rename array/struct modules to avoid name conflicts-ol2025-03-022-2/+2
* have alv-lua modules return Results, not plain tabless-ol2025-03-021-2/+3
* reroll RTNode testss-ol2025-03-021-90/+105
* remove IOStreams, support optional polling in Opss-ol2025-03-021-37/+1
* move struct ops into librarys-ol2025-03-022-2/+2
* move array ops into library, implement concat and sizes-ol2025-03-022-29/+49
* dirty (insert) implementations-ol2025-03-022-2/+2
* implement (set) as per specs-ol2025-03-022-9/+9
* add (failing) struct specs-ol2025-03-021-0/+51
* add (failing) array specs-ol2025-03-022-0/+128
* add TestPilot:eval_onces-ol2025-03-024-33/+28
* spec/lang/dos-ol2025-03-023-8/+41
* spec/lang/fns-ol2025-03-022-5/+62
* throw TestPilot errors instead of loggings-ol2025-03-021-3/+30
* start working on language specs-ol2025-03-022-6/+53
* separate Module and IO codes-ol2025-03-021-6/+4
* document and spec Type member fieldss-ol2025-03-021-0/+17
* rename base.match.val → base.match.sigs-ol2025-03-022-48/+48
* indexing into typess-ol2025-03-021-0/+24
* add PureOp specs-ol2025-03-023-3/+141
* base.match: fix bug when repeating multi-element patternss-ol2025-03-021-0/+9
* move copilot logic, make startup scripts luas-ol2025-03-022-2/+1
* base.match: never recall by defaults-ol2025-03-021-3/+3
* EvtStream:set(nil) doesnt set :dirtys-ol2025-03-021-0/+17
* base.match: match constants as sigss-ol2025-03-021-18/+66
* RTNode constifies constant SigStreamss-ol2025-03-023-22/+55
* make EvtStreams carry a single values-ol2025-03-024-12/+117
* make <num! 4> == <num= 4>s-ol2025-03-022-2/+22
* add and test Type:eq(a,b)s-ol2025-03-021-15/+44
* test alv.type pps-ol2025-03-021-2/+16
* make tostring Scope deterministic and test its-ol2025-03-021-0/+17
* add types.T, fix spec + docss-ol2025-03-027-133/+193
* 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-025-84/+82
* add alv.type and specs-ol2025-03-027-13/+54
* wip new type system and refactorings-ol2025-03-029-291/+371
* fix existing testss-ol2020-04-266-34/+55
* code readabilitys-ol2020-04-241-4/+4
* remove AST:quote()s-ol2020-04-242-26/+0
* better logging interfaces-ol2020-04-248-8/+8
* move spec out of spec/cores-ol2020-04-1410-31/+31
* spec base.match __tostrings-ol2020-04-131-7/+32
* rename Action to Builtins-ol2020-04-121-4/+4
* add :metatype() fwd to Inputs-ol2020-04-121-0/+3
* add match specs-ol2020-03-252-189/+215
* Value -> Value/Event/IO-Streams-ol2020-03-247-291/+236
* more Errors, docs-ol2020-03-221-17/+11