| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | lib: add <,<=,>,>= to logic, add tests | s-ol | 2025-03-02 | 2 | -1/+137 |
| * | builtins: test def, use, export, export* | s-ol | 2025-03-02 | 1 | -0/+153 |
| * | 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 |
| * | update rockspec, proper installable nix outputs | s-ol | 2025-03-02 | 4 | -29/+155 |
| * | lib: update midi | s-ol | 2025-03-02 | 4 | -63/+172 |
| * | builtins: small bugfixes | s-ol | 2025-03-02 | 2 | -4/+2 |
| * | lib: test and extend string module | s-ol | 2025-03-02 | 3 | -3/+106 |
| * | base.match: predicate fn matching | s-ol | 2025-03-02 | 2 | -14/+172 |
| * | rearrange spec, fix for Lua 5.1 | s-ol | 2025-03-02 | 25 | -13/+10 |
| * | examples: more smoothing in love example :) | s-ol | 2025-03-02 | 1 | -9/+11 |
| * | lib: fix array-/map | s-ol | 2025-03-02 | 1 | -7/+7 |
| * | docs/internals: mention Op:setup_out | s-ol | 2025-03-02 | 1 | -14/+20 |
| * | rename Op:update_out → setup_out | s-ol | 2025-03-02 | 10 | -25/+25 |
| * | lib: use Op:update_out | s-ol | 2025-03-02 | 11 | -77/+48 |
| * | add Dummy AST node | s-ol | 2025-03-02 | 7 | -25/+93 |
| * | lib: fix midi on Lua 5.1 | s-ol | 2025-03-02 | 1 | -4/+4 |
| * | lib: small fixes | s-ol | 2025-03-02 | 3 | -3/+4 |
| * | add Op:update_out and use in builtins | s-ol | 2025-03-02 | 3 | -7/+27 |
| * | lib: add mat4 | s-ol | 2025-03-02 | 1 | -0/+158 |
| * | lib: rename math → math-simple, add vectorized math | s-ol | 2025-03-02 | 6 | -49/+681 |
| * | allow ^ and % in symbols | s-ol | 2025-03-02 | 1 | -1/+1 |
| * | update nix flake with rtmidi, metadata | s-ol | 2025-03-02 | 2 | -23/+49 |
| * | lib: only reinitialize midi ports if necessary | s-ol | 2025-03-02 | 1 | -6/+24 |
| * | fix input caching/lazy ticking at evaltime | s-ol | 2025-03-02 | 1 | -7/+3 |
| * | lib: add testing module | s-ol | 2025-03-02 | 2 | -0/+177 |
| * | fix do, if, when | s-ol | 2025-03-02 | 1 | -5/+4 |
| * | test if and when builtins | s-ol | 2025-03-02 | 1 | -0/+92 |
| * | clean up spec a bit | s-ol | 2025-03-02 | 6 | -37/+34 |
| * | use base.match.any consistently | s-ol | 2025-03-02 | 10 | -54/+44 |
| * | test logic module | s-ol | 2025-03-02 | 2 | -6/+268 |
| * | docs: show output samples on dark background | s-ol | 2025-03-02 | 12 | -59/+96 |
| * | docs: update extension guide (PureOp) | s-ol | 2025-03-02 | 3 | -6/+66 |
| * | lib: tidy up unecessary parameters | s-ol | 2025-03-02 | 2 | -4/+4 |
| * | docs: update extension guide (Op:fork, Op:poll) | s-ol | 2025-03-02 | 3 | -15/+93 |
| * | docs: update extension guide | s-ol | 2025-03-02 | 3 | -68/+124 |
| * | docs: small fixes | s-ol | 2025-03-02 | 5 | -5/+10 |
| * | add MIDI example | s-ol | 2025-03-02 | 1 | -0/+12 |
| * | fix pretty-printing for "false" values | s-ol | 2025-03-02 | 5 | -1/+29 |
| * | fix bug in ! builtin | s-ol | 2025-03-02 | 1 | -1/+1 |
| * | lib: filter arguments for love event streams | s-ol | 2025-03-02 | 2 | -33/+170 |
| * | update examples | s-ol | 2025-03-02 | 6 | -3/+13 |
| * | Fix love event input streams | s-ol | 2025-03-02 | 3 | -22/+128 |
| * | pass input through (trace expr) | s-ol | 2025-03-02 | 2 | -2/+4 |
| * | lib: add time/delay! | s-ol | 2025-03-02 | 1 | -0/+52 |
| * | 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 |
| * | lib: add time/smooth | s-ol | 2025-03-02 | 1 | -3/+37 |
| * | allow top-level input in Op.inputs | s-ol | 2025-03-02 | 2 | -17/+16 |