| Commit message (Expand) | Author | Age | Files | Lines |
| * | docs/reference: update comments, literals sections | s-ol | 2025-08-04 | 1 | -4/+19 |
| * | lib/osc: send without arguments, triggers on path | s-ol | 2025-08-04 | 1 | -3/+3 |
| * | docs/reference: add template string section | s-ol | 2025-08-04 | 2 | -0/+43 |
| * | builtins: add fmt | s-ol | 2025-08-04 | 2 | -3/+25 |
| * | fix repeated chars in symbol regex in docs and code | s-ol | 2025-08-04 | 2 | -3/+4 |
| * | use cmark instead of discount for markdown docs | s-ol | 2025-06-12 | 9 | -57/+28 |
| * | line comments | s-ol | 2025-04-07 | 2 | -5/+11 |
| * | lib: add link-time/spring | s-ol | 2025-04-07 | 1 | -1/+64 |
| * | template strings as syntax sugar for Ops | s-ol | 2025-04-07 | 10 | -176/+215 |
| * | 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 | 2 | -4/+8 |
| * | builtins: add normalized switch-1 | s-ol | 2025-03-23 | 1 | -1/+33 |
| * | lib: fix midi port labels | s-ol | 2025-03-23 | 2 | -3/+3 |
| * | lib: add love/font | s-ol | 2025-03-21 | 1 | -0/+16 |
| * | lib: add love/tsv-output | s-ol | 2025-03-21 | 3 | -3/+62 |
| * | lib: separate glsl-view video/tsv-input ops | s-ol | 2025-03-20 | 1 | -9/+32 |
| * | lib: add ad, decay to link-time | s-ol | 2025-03-20 | 1 | -40/+139 |
| * | lib: add osc/dump | s-ol | 2025-03-19 | 1 | -0/+20 |
| * | lib: new glsl-view OSC address space | s-ol | 2025-03-19 | 1 | -21/+66 |
| * | lib: clean up glsl-view uniform type override logic | s-ol | 2025-03-18 | 1 | -33/+33 |
| * | examples: add OSC in/out example | s-ol | 2025-03-18 | 1 | -0/+11 |
| * | lib: unary math/+, math/* | s-ol | 2025-03-18 | 2 | -2/+15 |
| * | language: [array] and {struct} literalswip | s-ol | 2025-03-18 | 19 | -224/+256 |
| * | builtins: switch takes single array as value | s-ol | 2025-03-18 | 2 | -12/+42 |
| * | lib: add glsl-view | s-ol | 2025-03-18 | 4 | -3/+173 |
| * | lib: support receiving OSC | s-ol | 2025-03-18 | 1 | -10/+110 |
| * | lib: add random/int | s-ol | 2025-03-18 | 1 | -0/+36 |
| * | update Dockerfile ref | s-ol | 2025-03-15 | 1 | -1/+1 |
| * | lib: add link-time module | s-ol | 2025-03-15 | 2 | -1/+225 |
| * | implement template strings | s-ol | 2025-03-15 | 7 | -14/+118 |
| * | somewhat clean up alv.parsing | s-ol | 2025-03-14 | 4 | -34/+32 |
| * | support fractions as number literals | s-ol | 2025-03-13 | 3 | -2/+27 |
| * | lib: add time/spring | s-ol | 2025-03-02 | 1 | -1/+81 |
| * | lib: add // to math | s-ol | 2025-03-02 | 2 | -0/+19 |
| * | small fixes | s-ol | 2025-03-02 | 3 | -3/+12 |
| * | small fixes | s-ol | 2025-03-02 | 3 | -6/+6 |
| * | lib: add osc/send_arr with support for [] tags | s-ol | 2025-03-02 | 2 | -9/+46 |
| * | lib: fix typos and misnomers | s-ol | 2025-03-02 | 4 | -8/+8 |
| * | docs: don't repeat aliased entries | s-ol | 2025-03-02 | 3 | -5/+12 |
| * | update flake | s-ol | 2025-03-02 | 2 | -190/+211 |
| * | use testing module for lib/logic tests | s-ol | 2025-03-02 | 3 | -237/+94 |
| * | 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 |