aboutsummaryrefslogtreecommitdiffstats
path: root/spec (unfollow)
Commit message (Expand)AuthorFilesLines
2026-04-11spec: test Array equalitys-ol2-2/+23
2025-09-22global tag IDss-ol2-9/+0
2025-09-14refactor Tag/Registry, reuse deleted tagss-ol4-19/+20
2025-09-14de/fn, loop parameter lists use square bracketss-ol3-14/+38
2025-09-03expose Tag to Opss-ol1-0/+1
2025-08-04docs/reference: add template string sections-ol1-0/+12
2025-04-07line commentss-ol1-0/+4
2025-04-07template strings as syntax sugar for Opss-ol1-9/+33
2025-03-18lib: unary math/+, math/*s-ol1-0/+13
2025-03-18language: [array] and {struct} literalswips-ol9-183/+181
2025-03-18builtins: switch takes single array as values-ol1-0/+15
2025-03-15implement template stringss-ol1-2/+8
2025-03-14somewhat clean up alv.parsings-ol1-3/+3
2025-03-13support fractions as number literalss-ol1-0/+19
2025-03-02use testing module for lib/logic testss-ol2-235/+93
2025-03-02lib: add <,<=,>,>= to logic, add testss-ol1-1/+89
2025-03-02builtins: test def, use, export, export*s-ol1-0/+153
2025-03-02lib: test and extend string modules-ol1-0/+70
2025-03-02base.match: predicate fn matchings-ol1-0/+105
2025-03-02rearrange spec, fix for Lua 5.1s-ol23-6/+6
2025-03-02lib: rename math → math-simple, add vectorized maths-ol1-0/+267
2025-03-02lib: add testing modules-ol1-0/+80
2025-03-02test if and when builtinss-ol1-0/+92
2025-03-02clean up spec a bits-ol6-37/+34
2025-03-02use base.match.any consistentlys-ol2-7/+6
2025-03-02test logic modules-ol1-0/+264
2025-03-02fix pretty-printing for "false" valuess-ol4-0/+28
2025-03-02pass input through (trace expr)s-ol1-1/+1
2025-03-02add thread-first/thread-last macro + specs-ol1-0/+25
2025-03-02rename array/struct modules to avoid name conflicts-ol2-2/+2
2025-03-02have alv-lua modules return Results, not plain tabless-ol1-2/+3
2025-03-02reroll RTNode testss-ol1-90/+105
2025-03-02remove IOStreams, support optional polling in Opss-ol1-37/+1
2025-03-02move struct ops into librarys-ol2-2/+2
2025-03-02move array ops into library, implement concat and sizes-ol2-29/+49
2025-03-02dirty (insert) implementations-ol2-2/+2
2025-03-02implement (set) as per specs-ol2-9/+9
2025-03-02add (failing) struct specs-ol1-0/+51
2025-03-02add (failing) array specs-ol2-0/+128
2025-03-02add TestPilot:eval_onces-ol4-33/+28
2025-03-02spec/lang/dos-ol3-8/+41
2025-03-02spec/lang/fns-ol2-5/+62
2025-03-02throw TestPilot errors instead of loggings-ol1-3/+30
2025-03-02start working on language specs-ol2-6/+53
2025-03-02separate Module and IO codes-ol1-6/+4
2025-03-02document and spec Type member fieldss-ol1-0/+17
2025-03-02rename base.match.val → base.match.sigs-ol2-48/+48
2025-03-02indexing into typess-ol1-0/+24
2025-03-02add PureOp specs-ol3-3/+141
2025-03-02base.match: fix bug when repeating multi-element patternss-ol1-0/+9