aboutsummaryrefslogtreecommitdiffstats
path: root/spec (follow)
Commit message (Collapse)AuthorAgeFilesLines
* spec: test Array equalitys-ol2026-04-112-2/+23
|
* global tag IDss-ol2025-09-222-9/+0
|
* refactor Tag/Registry, reuse deleted tagss-ol2025-09-144-19/+20
|
* de/fn, loop parameter lists use square bracketss-ol2025-09-143-14/+38
|
* expose Tag to Opss-ol2025-09-031-0/+1
|
* docs/reference: add template string sections-ol2025-08-041-0/+12
|
* line commentss-ol2025-04-071-0/+4
|
* template strings as syntax sugar for Opss-ol2025-04-071-9/+33
|
* lib: unary math/+, math/*s-ol2025-03-181-0/+13
|
* language: [array] and {struct} literalswips-ol2025-03-189-183/+181
|
* builtins: switch takes single array as values-ol2025-03-181-0/+15
|
* implement template stringss-ol2025-03-151-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
|