aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* lib: add <,<=,>,>= to logic, add testss-ol2025-03-022-1/+137
* builtins: test def, use, export, export*s-ol2025-03-021-0/+153
* builltins: check symbols are literals in def, import, import*, export*s-ol2025-03-021-3/+8
* builtins: fix uses-ol2025-03-022-3/+3
* update rockspec, proper installable nix outputss-ol2025-03-024-29/+155
* lib: update midis-ol2025-03-024-63/+172
* builtins: small bugfixess-ol2025-03-022-4/+2
* lib: test and extend string modules-ol2025-03-023-3/+106
* base.match: predicate fn matchings-ol2025-03-022-14/+172
* rearrange spec, fix for Lua 5.1s-ol2025-03-0225-13/+10
* examples: more smoothing in love example :)s-ol2025-03-021-9/+11
* lib: fix array-/maps-ol2025-03-021-7/+7
* docs/internals: mention Op:setup_outs-ol2025-03-021-14/+20
* rename Op:update_out → setup_outs-ol2025-03-0210-25/+25
* lib: use Op:update_outs-ol2025-03-0211-77/+48
* add Dummy AST nodes-ol2025-03-027-25/+93
* lib: fix midi on Lua 5.1s-ol2025-03-021-4/+4
* lib: small fixess-ol2025-03-023-3/+4
* add Op:update_out and use in builtinss-ol2025-03-023-7/+27
* lib: add mat4s-ol2025-03-021-0/+158
* lib: rename math → math-simple, add vectorized maths-ol2025-03-026-49/+681
* allow ^ and % in symbolss-ol2025-03-021-1/+1
* update nix flake with rtmidi, metadatas-ol2025-03-022-23/+49
* lib: only reinitialize midi ports if necessarys-ol2025-03-021-6/+24
* fix input caching/lazy ticking at evaltimes-ol2025-03-021-7/+3
* lib: add testing modules-ol2025-03-022-0/+177
* fix do, if, whens-ol2025-03-021-5/+4
* test if and when builtinss-ol2025-03-021-0/+92
* clean up spec a bits-ol2025-03-026-37/+34
* use base.match.any consistentlys-ol2025-03-0210-54/+44
* test logic modules-ol2025-03-022-6/+268
* docs: show output samples on dark backgrounds-ol2025-03-0212-59/+96
* docs: update extension guide (PureOp)s-ol2025-03-023-6/+66
* lib: tidy up unecessary parameterss-ol2025-03-022-4/+4
* docs: update extension guide (Op:fork, Op:poll)s-ol2025-03-023-15/+93
* docs: update extension guides-ol2025-03-023-68/+124
* docs: small fixess-ol2025-03-025-5/+10
* add MIDI examples-ol2025-03-021-0/+12
* fix pretty-printing for "false" valuess-ol2025-03-025-1/+29
* fix bug in ! builtins-ol2025-03-021-1/+1
* lib: filter arguments for love event streamss-ol2025-03-022-33/+170
* update exampless-ol2025-03-026-3/+13
* Fix love event input streamss-ol2025-03-023-22/+128
* pass input through (trace expr)s-ol2025-03-022-2/+4
* lib: add time/delay!s-ol2025-03-021-0/+52
* 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
* lib: add time/smooths-ol2025-03-021-3/+37
* allow top-level input in Op.inputss-ol2025-03-022-17/+16