index
:
alive
macros
main
stable
vector-math
wgsl-view
wip
experimental livecoding environment with persistent expressions
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
spec
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2026-04-11
spec: test Array equality
s-ol
2
-2
/
+23
2025-09-22
global tag IDs
s-ol
2
-9
/
+0
2025-09-14
refactor Tag/Registry, reuse deleted tags
s-ol
4
-19
/
+20
2025-09-14
de/fn, loop parameter lists use square brackets
s-ol
3
-14
/
+38
2025-09-03
expose Tag to Ops
s-ol
1
-0
/
+1
2025-08-04
docs/reference: add template string section
s-ol
1
-0
/
+12
2025-04-07
line comments
s-ol
1
-0
/
+4
2025-04-07
template strings as syntax sugar for Ops
s-ol
1
-9
/
+33
2025-03-18
lib: unary math/+, math/*
s-ol
1
-0
/
+13
2025-03-18
language: [array] and {struct} literals
wip
s-ol
9
-183
/
+181
2025-03-18
builtins: switch takes single array as value
s-ol
1
-0
/
+15
2025-03-15
implement template strings
s-ol
1
-2
/
+8
2025-03-14
somewhat clean up alv.parsing
s-ol
1
-3
/
+3
2025-03-13
support fractions as number literals
s-ol
1
-0
/
+19
2025-03-02
use testing module for lib/logic tests
s-ol
2
-235
/
+93
2025-03-02
lib: add <,<=,>,>= to logic, add tests
s-ol
1
-1
/
+89
2025-03-02
builtins: test def, use, export, export*
s-ol
1
-0
/
+153
2025-03-02
lib: test and extend string module
s-ol
1
-0
/
+70
2025-03-02
base.match: predicate fn matching
s-ol
1
-0
/
+105
2025-03-02
rearrange spec, fix for Lua 5.1
s-ol
23
-6
/
+6
2025-03-02
lib: rename math → math-simple, add vectorized math
s-ol
1
-0
/
+267
2025-03-02
lib: add testing module
s-ol
1
-0
/
+80
2025-03-02
test if and when builtins
s-ol
1
-0
/
+92
2025-03-02
clean up spec a bit
s-ol
6
-37
/
+34
2025-03-02
use base.match.any consistently
s-ol
2
-7
/
+6
2025-03-02
test logic module
s-ol
1
-0
/
+264
2025-03-02
fix pretty-printing for "false" values
s-ol
4
-0
/
+28
2025-03-02
pass input through (trace expr)
s-ol
1
-1
/
+1
2025-03-02
add thread-first/thread-last macro + spec
s-ol
1
-0
/
+25
2025-03-02
rename array/struct modules to avoid name conflict
s-ol
2
-2
/
+2
2025-03-02
have alv-lua modules return Results, not plain tables
s-ol
1
-2
/
+3
2025-03-02
reroll RTNode tests
s-ol
1
-90
/
+105
2025-03-02
remove IOStreams, support optional polling in Ops
s-ol
1
-37
/
+1
2025-03-02
move struct ops into library
s-ol
2
-2
/
+2
2025-03-02
move array ops into library, implement concat and size
s-ol
2
-29
/
+49
2025-03-02
dirty (insert) implementation
s-ol
2
-2
/
+2
2025-03-02
implement (set) as per spec
s-ol
2
-9
/
+9
2025-03-02
add (failing) struct spec
s-ol
1
-0
/
+51
2025-03-02
add (failing) array spec
s-ol
2
-0
/
+128
2025-03-02
add TestPilot:eval_once
s-ol
4
-33
/
+28
2025-03-02
spec/lang/do
s-ol
3
-8
/
+41
2025-03-02
spec/lang/fn
s-ol
2
-5
/
+62
2025-03-02
throw TestPilot errors instead of logging
s-ol
1
-3
/
+30
2025-03-02
start working on language spec
s-ol
2
-6
/
+53
2025-03-02
separate Module and IO code
s-ol
1
-6
/
+4
2025-03-02
document and spec Type member fields
s-ol
1
-0
/
+17
2025-03-02
rename base.match.val → base.match.sig
s-ol
2
-48
/
+48
2025-03-02
indexing into types
s-ol
1
-0
/
+24
2025-03-02
add PureOp spec
s-ol
3
-3
/
+141
2025-03-02
base.match: fix bug when repeating multi-element patterns
s-ol
1
-0
/
+9
[next]