aboutsummaryrefslogtreecommitdiffstats
path: root/spec (follow)
Commit message (Expand)AuthorAgeFilesLines
* implement template stringss-ol2025-03-141-2/+8
* somewhat clean up alv.parsings-ol2025-03-141-3/+3
* support fractions as number literalss-ol2025-03-131-0/+19
* use testing module for lib/logic testss-ol2025-03-022-235/+93
* lib: add <,<=,>,>= to logic, add testss-ol2025-03-021-1/+89
* builtins: test def, use, export, export*s-ol2025-03-021-0/+153
* lib: test and extend string modules-ol2025-03-021-0/+70
* base.match: predicate fn matchings-ol2025-03-021-0/+105
* rearrange spec, fix for Lua 5.1s-ol2025-03-0223-6/+6
* lib: rename math → math-simple, add vectorized maths-ol2025-03-021-0/+267
* lib: add testing modules-ol2025-03-021-0/+80
* test if and when builtinss-ol2025-03-021-0/+92
* clean up spec a bits-ol2025-03-026-37/+34
* use base.match.any consistentlys-ol2025-03-022-7/+6
* test logic modules-ol2025-03-021-0/+264
* 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