aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* move love main.lua to alv.copilot.love.mains-ol2025-03-024-29/+83
* love: add text shape, line-width modifiers-ol2025-03-021-4/+55
* love: add circle, ellipse primitives, support array argss-ol2025-03-021-3/+44
* more love2d transformss-ol2025-03-021-13/+90
* add base.match.any shorthands-ol2025-03-022-7/+25
* fix (~ evt initial) bugs-ol2025-03-021-1/+1
* more extensive love documentations-ol2025-03-022-2/+29
* use flake.nix instead of shell.nixs-ol2025-03-023-154/+222
* add basic love2d supports-ol2025-03-026-17/+187
* fix missing time/ramp evaltime results-ol2025-03-021-1/+1
* add thread-first/thread-last macro + specs-ol2025-03-022-0/+72
* rename array/struct modules to avoid name conflicts-ol2025-03-024-2/+2
* add array/maps-ol2025-03-022-3/+52
* docs/reference: fix link to guides-ol2025-03-022-1/+6
* lib: move midi.core to _midis-ol2025-03-023-2/+2
* lib: switch to loscs-ol2025-03-028-87/+130
* 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
* reference/result-kinds: mention conversion opss-ol2025-03-021-2/+10
* add reference/arrays and reference/structss-ol2025-03-024-18/+46
* add reference/pure-operatorss-ol2025-03-023-6/+55
* add reference/result-kindss-ol2025-03-022-1/+51
* docs: fix sections in internals/Consts-ol2025-03-021-0/+2
* lib: various fixess-ol2025-03-024-18/+86
* copilot/cli: colorize output linewises-ol2025-03-021-1/+8
* show meta.description field in module docss-ol2025-03-021-3/+14
* add reference/syntaxs-ol2025-03-022-1/+86
* syntax: more whitelisted special chars, comment parsings-ol2025-03-022-3/+9
* docs/guide: fixess-ol2025-03-022-7/+4
* add shell.nixs-ol2025-03-021-0/+125
* update scm rockspec, Makefiles-ol2025-03-026-53/+98
* update alv/midis-ol2025-03-023-252/+119
* add math/inc and math/dec opss-ol2025-03-021-0/+5
* update scm rockspecs-ol2025-03-021-0/+93
* switch to thinner oscpack librarys-ol2025-03-022-2/+1
* update lib and docs to new module conventions-ol2025-03-0218-154/+237
* have alv-lua modules return Results, not plain tabless-ol2025-03-026-53/+61
* reroll RTNode testss-ol2025-03-022-91/+106
* only increment tick if IO was triggereds-ol2025-03-021-3/+3
* remove IOStreams, support optional polling in Opss-ol2025-03-0210-138/+79
* support :vis() on builtinss-ol2025-03-024-2/+25
* update scm rockspecs-ol2025-03-021-0/+95
* add reference/modules-and-loadings-ol2025-03-022-1/+101
* add reference/dynamic-symbolss-ol2025-03-023-2/+32
* add reference/conditionalss-ol2025-03-022-3/+41
* add reference/loopss-ol2025-03-022-1/+38
* fix if, add whens-ol2025-03-021-3/+35
* move struct ops into librarys-ol2025-03-025-192/+144
* move array ops into library, implement concat and sizes-ol2025-03-023-29/+292