| Commit message (Expand) | Author | Age | Files | Lines |
| * | global tag IDs | s-ol | 2025-09-22 | 3 | -12/+24 |
| * | lib/love: tsv-output takes shape | s-ol | 2025-09-16 | 1 | -13/+0 |
| * | remove comma from symbol chars | s-ol | 2025-09-14 | 1 | -1/+1 |
| * | refactor Tag/Registry, reuse deleted tags | s-ol | 2025-09-14 | 6 | -57/+57 |
| * | de/fn, loop parameter lists use square brackets | s-ol | 2025-09-14 | 2 | -13/+17 |
| * | expose Tag to Ops | s-ol | 2025-09-03 | 6 | -43/+40 |
| * | release v0.2v0.2stable | s-ol | 2025-08-05 | 1 | -4/+5 |
| * | copilot/fltk, wx: small fixes and alignment | s-ol | 2025-08-05 | 2 | -27/+49 |
| * | lib/glsl-view: add freeze and step! | s-ol | 2025-08-05 | 1 | -0/+2 |
| * | builtins: add doto macro | s-ol | 2025-08-05 | 1 | -0/+32 |
| * | builtins: add fmt | s-ol | 2025-08-04 | 1 | -2/+22 |
| * | fix repeated chars in symbol regex in docs and code | s-ol | 2025-08-04 | 1 | -1/+1 |
| * | use cmark instead of discount for markdown docs | s-ol | 2025-06-12 | 1 | -1/+1 |
| * | line comments | s-ol | 2025-04-07 | 1 | -5/+7 |
| * | template strings as syntax sugar for Ops | s-ol | 2025-04-07 | 8 | -110/+107 |
| * | propagate dynamic scope in require/import | s-ol | 2025-04-07 | 3 | -8/+9 |
| * | glsl-view: resolve relative paths for video | s-ol | 2025-03-23 | 1 | -1/+1 |
| * | builtins: add normalized switch-1 | s-ol | 2025-03-23 | 1 | -1/+33 |
| * | lib: add love/tsv-output | s-ol | 2025-03-21 | 1 | -1/+19 |
| * | language: [array] and {struct} literalswip | s-ol | 2025-03-18 | 4 | -22/+52 |
| * | builtins: switch takes single array as value | s-ol | 2025-03-18 | 1 | -12/+27 |
| * | implement template strings | s-ol | 2025-03-15 | 6 | -12/+110 |
| * | 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 |