aboutsummaryrefslogtreecommitdiffstats
path: root/alv (follow)
Commit message (Collapse)AuthorAgeFilesLines
* implement template stringss-ol2025-03-145-12/+107
|
* somewhat clean up alv.parsings-ol2025-03-143-31/+29
|
* support fractions as number literalss-ol2025-03-132-2/+8
|
* small fixess-ol2025-03-023-3/+12
|
* small fixess-ol2025-03-022-2/+2
|
* builltins: check symbols are literals in def, import, import*, export*s-ol2025-03-021-3/+8
|
* builtins: fix uses-ol2025-03-022-3/+3
|
* builtins: small bugfixess-ol2025-03-022-4/+2
|
* lib: test and extend string modules-ol2025-03-021-1/+4
|
* base.match: predicate fn matchings-ol2025-03-021-14/+67
|
* rearrange spec, fix for Lua 5.1s-ol2025-03-022-7/+4
|
* rename Op:update_out → setup_outs-ol2025-03-023-6/+6
|
* lib: use Op:update_outs-ol2025-03-022-10/+7
|
* add Dummy AST nodes-ol2025-03-025-19/+88
|
* lib: small fixess-ol2025-03-021-1/+1
|
* add Op:update_out and use in builtinss-ol2025-03-023-7/+27
|
* lib: rename math → math-simple, add vectorized maths-ol2025-03-021-0/+13
|
* allow ^ and % in symbolss-ol2025-03-021-1/+1
|
* fix input caching/lazy ticking at evaltimes-ol2025-03-021-7/+3
|
* fix do, if, whens-ol2025-03-021-5/+4
|
* use base.match.any consistentlys-ol2025-03-021-15/+10
|
* docs: update extension guide (PureOp)s-ol2025-03-022-2/+2
|
* docs: update extension guide (Op:fork, Op:poll)s-ol2025-03-021-0/+1
|
* docs: update extension guides-ol2025-03-021-1/+2
|
* fix pretty-printing for "false" valuess-ol2025-03-021-1/+1
|
* fix bug in ! builtins-ol2025-03-021-1/+1
|
* update exampless-ol2025-03-021-0/+1
|
* Fix love event input streamss-ol2025-03-022-5/+6
|
* pass input through (trace expr)s-ol2025-03-021-1/+3
|
* add merge! builtin ops-ol2025-03-021-0/+26
|
* auto-name Op and Builtin classes for better debuggings-ol2025-03-021-0/+5
|
* fix (! sig) bugss-ol2025-03-021-5/+6
|
* allow top-level input in Op.inputss-ol2025-03-022-17/+16
|
* move love main.lua to alv.copilot.love.mains-ol2025-03-023-29/+81
|
* add base.match.any shorthands-ol2025-03-022-7/+25
|
* fix (~ evt initial) bugs-ol2025-03-021-1/+1
|
* add basic love2d supports-ol2025-03-022-1/+33
|
* add thread-first/thread-last macro + specs-ol2025-03-021-0/+47
|
* add array/maps-ol2025-03-021-2/+3
|
* fix array builtins-ol2025-03-021-1/+1
|
* more overridable PureOps-ol2025-03-022-13/+21
|
* alv.base.match: fix docss-ol2025-03-021-2/+2
|
* docs: fix sections in internals/Consts-ol2025-03-021-0/+2
|
* copilot/cli: colorize output linewises-ol2025-03-021-1/+8
|
* syntax: more whitelisted special chars, comment parsings-ol2025-03-021-2/+2
|
* have alv-lua modules return Results, not plain tabless-ol2025-03-025-51/+58
|
* reroll RTNode testss-ol2025-03-021-1/+1
|
* only increment tick if IO was triggereds-ol2025-03-021-3/+3
|
* remove IOStreams, support optional polling in Opss-ol2025-03-029-101/+78
|
* support :vis() on builtinss-ol2025-03-024-2/+25
|