| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | move into proper Lua module (`alv`) | s-ol | 2020-04-14 | 26 | -2954/+0 |
| | | |||||
| * | core.base.match: better error reporting | s-ol | 2020-04-13 | 1 | -5/+12 |
| | | |||||
| * | rename Action to Builtin | s-ol | 2020-04-12 | 10 | -58/+59 |
| | | |||||
| * | builtin/print: support string events | s-ol | 2020-04-12 | 1 | -3/+8 |
| | | |||||
| * | add :metatype() fwd to Input | s-ol | 2020-04-12 | 1 | -0/+3 |
| | | |||||
| * | lib/sc: fix unpack on certain Lua versionsv0.1-rc2 | s-ol | 2020-04-12 | 1 | -2/+0 |
| | | | | | reported by @ariutti and @v1a1l1e1 | ||||
| * | release v0.1-rc2 | s-ol | 2020-04-11 | 1 | -2/+2 |
| | | |||||
| * | add 'bang' builtin | s-ol | 2020-04-05 | 1 | -0/+6 |
| | | |||||
| * | fix core.base.match docs | s-ol | 2020-04-05 | 1 | -2/+2 |
| | | |||||
| * | docs/internals/extensions: write about actions, IOStreams | s-ol | 2020-04-02 | 1 | -5/+46 |
| | | | | | Close #5 | ||||
| * | docs: automatic release linking | s-ol | 2020-03-25 | 1 | -6/+4 |
| | | |||||
| * | docs/internals/extensions rename | s-ol | 2020-03-25 | 2 | -40/+44 |
| | | |||||
| * | add builtin print | s-ol | 2020-03-25 | 1 | -2/+15 |
| | | |||||
| * | release v0.1-rc1 | s-ol | 2020-03-25 | 1 | -4/+4 |
| | | |||||
| * | new core.base.match, update lib | s-ol | 2020-03-25 | 10 | -119/+346 |
| | | |||||
| * | Value -> Value/Event/IO-Stream | s-ol | 2020-03-24 | 19 | -266/+504 |
| | | | | | Close 12 | ||||
| * | internals/plugin-guide: first draft | s-ol | 2020-03-22 | 2 | -0/+130 |
| | | |||||
| * | error handling: scope + registry | s-ol | 2020-03-22 | 4 | -10/+18 |
| | | |||||
| * | more Errors, doc | s-ol | 2020-03-22 | 4 | -86/+60 |
| | | |||||
| * | new meta/doc system | s-ol | 2020-03-21 | 7 | -242/+358 |
| | | |||||
| * | lib/midi: luajit bit support | s-ol | 2020-03-21 | 1 | -2/+3 |
| | | |||||
| * | luajit compatibility | s-ol | 2020-03-21 | 2 | -4/+13 |
| | | |||||
| * | language Error tracking | s-ol | 2020-03-20 | 7 | -11/+103 |
| | | | | | Close #3 | ||||
| * | Rollback registry changes fully for evaltime errors. | s-ol | 2020-03-18 | 6 | -72/+119 |
| | | | | | Close #2 | ||||
| * | fork ops before eval cycle | s-ol | 2020-03-18 | 3 | -1/+24 |
| | | |||||
| * | docs/internal: add builtins and invoke modules | s-ol | 2020-03-18 | 7 | -43/+88 |
| | | |||||
| * | switch repo docs to github | s-ol | 2020-03-16 | 1 | -2/+6 |
| | | |||||
| * | add Input spec | s-ol | 2020-03-15 | 2 | -3/+7 |
| | | | | | Close #8 | ||||
| * | docs/guide: runtime description | s-ol | 2020-03-13 | 1 | -6/+33 |
| | | |||||
| * | add Result spec | s-ol | 2020-03-10 | 6 | -9/+15 |
| | | | | | Close #10 | ||||
| * | bugfixes | s-ol | 2020-03-09 | 3 | -5/+3 |
| | | |||||
| * | add internals docs | s-ol | 2020-03-08 | 10 | -56/+93 |
| | | |||||
| * | more changes for ldoc | s-ol | 2020-03-08 | 13 | -173/+291 |
| | | |||||
| * | add ldoc documentation | s-ol | 2020-03-07 | 20 | -470/+939 |
| | | |||||
| * | fix accidentally committed bugs | s-ol | 2020-03-05 | 3 | -11/+18 |
| | | |||||
| * | main page and responsive styling | s-ol | 2020-03-05 | 1 | -0/+5 |
| | | |||||
| * | add index and guide pages | s-ol | 2020-03-05 | 1 | -5/+5 |
| | | |||||
| * | refactoring cyclic requiresv0.0 | s-ol | 2020-03-05 | 7 | -113/+145 |
| | | |||||
| * | document more interfaces | s-ol | 2020-03-02 | 3 | -86/+151 |
| | | |||||
| * | find IO via Result tree, not Registry | s-ol | 2020-03-02 | 3 | -11/+15 |
| | | |||||
| * | only :tick after :setup if dirty | s-ol | 2020-03-02 | 2 | -2/+11 |
| | | |||||
| * | dynamic scoping | s-ol | 2020-03-02 | 3 | -5/+11 |
| | | |||||
| * | lift remaining libs to new op interface | s-ol | 2020-03-02 | 2 | -4/+10 |
| | | |||||
| * | update lib.math and lib.logic to new op interface | s-ol | 2020-03-02 | 3 | -2/+7 |
| | | |||||
| * | convert lib.time to IO | s-ol | 2020-03-02 | 2 | -2/+3 |
| | | |||||
| * | IO system | s-ol | 2020-03-02 | 5 | -10/+48 |
| | | |||||
| * | new op interface part one | s-ol | 2020-03-01 | 6 | -35/+97 |
| | | |||||
| * | add type-pattern matching language | s-ol | 2020-02-29 | 2 | -0/+60 |
| | | |||||
| * | doc and tag spec | s-ol | 2020-02-28 | 4 | -39/+50 |
| | | |||||
| * | lots of fixes | s-ol | 2020-02-28 | 5 | -4/+11 |
| | | |||||
