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
/
alv
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
implement template strings
s-ol
2025-03-14
5
-12
/
+107
|
*
somewhat clean up alv.parsing
s-ol
2025-03-14
3
-31
/
+29
|
*
support fractions as number literals
s-ol
2025-03-13
2
-2
/
+8
|
*
small fixes
s-ol
2025-03-02
3
-3
/
+12
|
*
small fixes
s-ol
2025-03-02
2
-2
/
+2
|
*
builltins: check symbols are literals in def, import, import*, export*
s-ol
2025-03-02
1
-3
/
+8
|
*
builtins: fix use
s-ol
2025-03-02
2
-3
/
+3
|
*
builtins: small bugfixes
s-ol
2025-03-02
2
-4
/
+2
|
*
lib: test and extend string module
s-ol
2025-03-02
1
-1
/
+4
|
*
base.match: predicate fn matching
s-ol
2025-03-02
1
-14
/
+67
|
*
rearrange spec, fix for Lua 5.1
s-ol
2025-03-02
2
-7
/
+4
|
*
rename Op:update_out → setup_out
s-ol
2025-03-02
3
-6
/
+6
|
*
lib: use Op:update_out
s-ol
2025-03-02
2
-10
/
+7
|
*
add Dummy AST node
s-ol
2025-03-02
5
-19
/
+88
|
*
lib: small fixes
s-ol
2025-03-02
1
-1
/
+1
|
*
add Op:update_out and use in builtins
s-ol
2025-03-02
3
-7
/
+27
|
*
lib: rename math → math-simple, add vectorized math
s-ol
2025-03-02
1
-0
/
+13
|
*
allow ^ and % in symbols
s-ol
2025-03-02
1
-1
/
+1
|
*
fix input caching/lazy ticking at evaltime
s-ol
2025-03-02
1
-7
/
+3
|
*
fix do, if, when
s-ol
2025-03-02
1
-5
/
+4
|
*
use base.match.any consistently
s-ol
2025-03-02
1
-15
/
+10
|
*
docs: update extension guide (PureOp)
s-ol
2025-03-02
2
-2
/
+2
|
*
docs: update extension guide (Op:fork, Op:poll)
s-ol
2025-03-02
1
-0
/
+1
|
*
docs: update extension guide
s-ol
2025-03-02
1
-1
/
+2
|
*
fix pretty-printing for "false" values
s-ol
2025-03-02
1
-1
/
+1
|
*
fix bug in ! builtin
s-ol
2025-03-02
1
-1
/
+1
|
*
update examples
s-ol
2025-03-02
1
-0
/
+1
|
*
Fix love event input streams
s-ol
2025-03-02
2
-5
/
+6
|
*
pass input through (trace expr)
s-ol
2025-03-02
1
-1
/
+3
|
*
add merge! builtin op
s-ol
2025-03-02
1
-0
/
+26
|
*
auto-name Op and Builtin classes for better debugging
s-ol
2025-03-02
1
-0
/
+5
|
*
fix (! sig) bugs
s-ol
2025-03-02
1
-5
/
+6
|
*
allow top-level input in Op.inputs
s-ol
2025-03-02
2
-17
/
+16
|
*
move love main.lua to alv.copilot.love.main
s-ol
2025-03-02
3
-29
/
+81
|
*
add base.match.any shorthand
s-ol
2025-03-02
2
-7
/
+25
|
*
fix (~ evt initial) bug
s-ol
2025-03-02
1
-1
/
+1
|
*
add basic love2d support
s-ol
2025-03-02
2
-1
/
+33
|
*
add thread-first/thread-last macro + spec
s-ol
2025-03-02
1
-0
/
+47
|
*
add array/map
s-ol
2025-03-02
1
-2
/
+3
|
*
fix array builtin
s-ol
2025-03-02
1
-1
/
+1
|
*
more overridable PureOp
s-ol
2025-03-02
2
-13
/
+21
|
*
alv.base.match: fix docs
s-ol
2025-03-02
1
-2
/
+2
|
*
docs: fix sections in internals/Const
s-ol
2025-03-02
1
-0
/
+2
|
*
copilot/cli: colorize output linewise
s-ol
2025-03-02
1
-1
/
+8
|
*
syntax: more whitelisted special chars, comment parsing
s-ol
2025-03-02
1
-2
/
+2
|
*
have alv-lua modules return Results, not plain tables
s-ol
2025-03-02
5
-51
/
+58
|
*
reroll RTNode tests
s-ol
2025-03-02
1
-1
/
+1
|
*
only increment tick if IO was triggered
s-ol
2025-03-02
1
-3
/
+3
|
*
remove IOStreams, support optional polling in Ops
s-ol
2025-03-02
9
-101
/
+78
|
*
support :vis() on builtins
s-ol
2025-03-02
4
-2
/
+25
|
[next]