| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | report errors when requiring lua modules | s-ol | 2025-03-02 | 1 | -0/+2 | |
| | | ||||||
| * | base.match: match constants as sigs | s-ol | 2025-03-02 | 3 | -42/+107 | |
| | | ||||||
| * | RTNode constifies constant SigStreams | s-ol | 2025-03-02 | 5 | -34/+80 | |
| | | ||||||
| * | make EvtStreams carry a single value | s-ol | 2025-03-02 | 5 | -24/+126 | |
| | | ||||||
| * | make <num! 4> == <num= 4> | s-ol | 2025-03-02 | 10 | -27/+50 | |
| | | ||||||
| * | add and test Type:eq(a,b) | s-ol | 2025-03-02 | 2 | -15/+64 | |
| | | ||||||
| * | test alv.type pp | s-ol | 2025-03-02 | 2 | -5/+24 | |
| | | ||||||
| * | make tostring Scope deterministic and test it | s-ol | 2025-03-02 | 2 | -2/+20 | |
| | | ||||||
| * | exclude Constants from side_inputs | s-ol | 2025-03-02 | 1 | -0/+1 | |
| | | ||||||
| * | more alv-lib fixes | s-ol | 2025-03-02 | 2 | -5/+5 | |
| | | ||||||
| * | add types.T, fix spec + docs | s-ol | 2025-03-02 | 37 | -428/+486 | |
| | | ||||||
| * | more internal doc fixes | s-ol | 2025-03-02 | 6 | -15/+15 | |
| | | ||||||
| * | add shorthands for builtin primitives to Primitive | s-ol | 2025-03-02 | 7 | -58/+125 | |
| | | ||||||
| * | rename RTNode.value to RTNode.result (to match Result class) | s-ol | 2025-03-02 | 26 | -316/+291 | |
| | | ||||||
| * | fix docs | s-ol | 2025-03-02 | 4 | -22/+4 | |
| | | ||||||
| * | add alv.type and spec | s-ol | 2025-03-02 | 19 | -124/+167 | |
| | | ||||||
| * | wip new type system and refactoring | s-ol | 2025-03-02 | 29 | -561/+845 | |
| | | | | | | | | - Result -> RTNode - Stream -> Result - ValueStream -> SigStream - EventStream -> EvtStream | |||||
| * | release v0.1v0.1 | s-ol | 2020-05-13 | 2 | -2/+85 | |
| | | ||||||
| * | fix release script | s-ol | 2020-05-13 | 1 | -0/+1 | |
| | | ||||||
| * | fix logic/not and logic/bool | s-ol | 2020-04-28 | 1 | -8/+9 | |
| | | ||||||
| * | fix util/edge | s-ol | 2020-04-27 | 1 | -3/+3 | |
| | | ||||||
| * | move internal md docs into docs/internals | s-ol | 2020-04-27 | 5 | -9/+6 | |
| | | ||||||
| * | refer to the language as 'alv' in documentation | s-ol | 2020-04-27 | 3 | -55/+55 | |
| | | ||||||
| * | do not fix lua version in rockspec | s-ol | 2020-04-27 | 2 | -2/+2 | |
| | | ||||||
| * | fix existing tests | s-ol | 2020-04-26 | 6 | -34/+55 | |
| | | ||||||
| * | fix registry/module bugs | s-ol | 2020-04-26 | 6 | -42/+18 | |
| | | | | | | | | - registry not released when errors occur - registry is no longer grabbed, problem solved ;) - ops not reliably destroyed - only destroy ops who were *not* forked | |||||
| * | relative imports | s-ol | 2020-04-24 | 2 | -4/+14 | |
| | | ||||||
| * | add root .gitignore | s-ol | 2020-04-24 | 1 | -0/+3 | |
| | | ||||||
| * | only mark ValueStreams dirty if they actually changed | s-ol | 2020-04-24 | 1 | -1/+4 | |
| | | ||||||
| * | code readability | s-ol | 2020-04-24 | 12 | -40/+40 | |
| | | ||||||
| * | remove AST:quote() | s-ol | 2020-04-24 | 7 | -64/+12 | |
| | | ||||||
| * | fix alv-wx, logging | s-ol | 2020-04-24 | 3 | -3/+3 | |
| | | ||||||
| * | better (require) implementation | s-ol | 2020-04-24 | 6 | -107/+166 | |
| | | | | | Close #16 | |||||
| * | move tick-counting into COPILOT | s-ol | 2020-04-24 | 4 | -48/+41 | |
| | | ||||||
| * | better logging interface | s-ol | 2020-04-24 | 13 | -39/+48 | |
| | | ||||||
| * | lib/string: fix str/.. | s-ol | 2020-04-24 | 1 | -1/+1 | |
| | | ||||||
| * | report IO errors with require | s-ol | 2020-04-21 | 1 | -1/+1 | |
| | | ||||||
| * | bump to scm-3 | s-ol | 2020-04-21 | 1 | -0/+82 | |
| | | ||||||
| * | export and export* to create alive modules | s-ol | 2020-04-20 | 8 | -45/+142 | |
| | | | | | See #16 | |||||
| * | add wxLua alv-wx | s-ol | 2020-04-19 | 6 | -28/+239 | |
| | | ||||||
| * | also pack source rocks | s-ol | 2020-04-19 | 2 | -2/+5 | |
| | | ||||||
| * | release v0.1-rc4v0.1-rc4 | s-ol | 2020-04-18 | 2 | -2/+84 | |
| | | ||||||
| * | reassign duplicate tags (and print a warning) | s-ol | 2020-04-18 | 2 | -26/+22 | |
| | | | | | Close #14 | |||||
| * | output to different streams at eval/runtime | s-ol | 2020-04-18 | 4 | -15/+21 | |
| | | | | | Close #13 | |||||
| * | merge dist/pack and dist/release | s-ol | 2020-04-18 | 4 | -53/+41 | |
| | | ||||||
| * | release v0.1-rc3v0.1-rc3 | s-ol | 2020-04-17 | 2 | -2/+84 | |
| | | ||||||
| * | prepare for repo transition alivecoding -> alive | s-ol | 2020-04-17 | 6 | -26/+29 | |
| | | ||||||
| * | new windows bundling scheme | s-ol | 2020-04-17 | 4 | -40/+62 | |
| | | ||||||
| * | more distribution wip | s-ol | 2020-04-17 | 4 | -7/+24 | |
| | | ||||||
| * | add some windows dist pieces | s-ol | 2020-04-17 | 4 | -0/+78 | |
| | | ||||||
