| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | dont error when running empty files | s-ol | 2025-03-02 | 1 | -1/+2 | |
| | | ||||||
| * | indexing into types | s-ol | 2025-03-02 | 1 | -4/+20 | |
| | | ||||||
| * | base.match: fix bug when repeating multi-element patterns | s-ol | 2025-03-02 | 1 | -8/+9 | |
| | | ||||||
| * | small internal doc fixes | s-ol | 2025-03-02 | 1 | -0/+1 | |
| | | ||||||
| * | alv-fltk: clear log option, autoclear option | s-ol | 2025-03-02 | 3 | -21/+42 | |
| | | ||||||
| * | builtin/trae: print literals literally | s-ol | 2025-03-02 | 1 | -5/+5 | |
| | | ||||||
| * | move copilot logic, make startup scripts lua | s-ol | 2025-03-02 | 5 | -6/+303 | |
| | | ||||||
| * | pureops with arbitrary pattern | s-ol | 2025-03-02 | 3 | -28/+53 | |
| | | ||||||
| * | fix nil error when comparing complex types | s-ol | 2025-03-02 | 1 | -0/+2 | |
| | | ||||||
| * | fix bug where symbol results became constant | s-ol | 2025-03-02 | 1 | -2/+5 | |
| | | ||||||
| * | add website to version.moon, update rockspec | s-ol | 2025-03-02 | 1 | -2/+3 | |
| | | ||||||
| * | add fltk4lua copilot UI | s-ol | 2025-03-02 | 1 | -0/+5 | |
| | | ||||||
| * | cleanup alv/builtin | s-ol | 2025-03-02 | 1 | -6/+7 | |
| | | ||||||
| * | allow ~ in symbols | s-ol | 2025-03-02 | 1 | -1/+1 | |
| | | ||||||
| * | add =/~/! casts | s-ol | 2025-03-02 | 2 | -1/+70 | |
| | | ||||||
| * | add and use PureOp | s-ol | 2025-03-02 | 2 | -1/+59 | |
| | | ||||||
| * | base.match: never recall by default | s-ol | 2025-03-02 | 1 | -4/+3 | |
| | | ||||||
| * | EvtStream:set(nil) doesnt set :dirty | s-ol | 2025-03-02 | 1 | -0/+2 | |
| | | ||||||
| * | 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 | 2 | -24/+41 | |
| | | ||||||
| * | RTNode constifies constant SigStreams | s-ol | 2025-03-02 | 2 | -12/+25 | |
| | | ||||||
| * | make EvtStreams carry a single value | s-ol | 2025-03-02 | 1 | -12/+9 | |
| | | ||||||
| * | make <num! 4> == <num= 4> | s-ol | 2025-03-02 | 7 | -23/+25 | |
| | | ||||||
| * | add and test Type:eq(a,b) | s-ol | 2025-03-02 | 1 | -0/+20 | |
| | | ||||||
| * | test alv.type pp | s-ol | 2025-03-02 | 1 | -3/+8 | |
| | | ||||||
| * | make tostring Scope deterministic and test it | s-ol | 2025-03-02 | 1 | -2/+3 | |
| | | ||||||
| * | exclude Constants from side_inputs | s-ol | 2025-03-02 | 1 | -0/+1 | |
| | | ||||||
| * | add types.T, fix spec + docs | s-ol | 2025-03-02 | 16 | -168/+159 | |
| | | ||||||
| * | more internal doc fixes | s-ol | 2025-03-02 | 6 | -15/+15 | |
| | | ||||||
| * | add shorthands for builtin primitives to Primitive | s-ol | 2025-03-02 | 6 | -40/+107 | |
| | | ||||||
| * | rename RTNode.value to RTNode.result (to match Result class) | s-ol | 2025-03-02 | 18 | -196/+170 | |
| | | ||||||
| * | add alv.type and spec | s-ol | 2025-03-02 | 12 | -111/+113 | |
| | | ||||||
| * | wip new type system and refactoring | s-ol | 2025-03-02 | 20 | -270/+474 | |
| | | | | | | | | - Result -> RTNode - Stream -> Result - ValueStream -> SigStream - EventStream -> EvtStream | |||||
| * | release v0.1v0.1 | s-ol | 2020-05-13 | 1 | -2/+2 | |
| | | ||||||
| * | move internal md docs into docs/internals | s-ol | 2020-04-27 | 2 | -223/+2 | |
| | | ||||||
| * | refer to the language as 'alv' in documentation | s-ol | 2020-04-27 | 1 | -7/+7 | |
| | | ||||||
| * | 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 | |
| | | ||||||
| * | only mark ValueStreams dirty if they actually changed | s-ol | 2020-04-24 | 1 | -1/+4 | |
| | | ||||||
| * | code readability | s-ol | 2020-04-24 | 9 | -33/+34 | |
| | | ||||||
| * | remove AST:quote() | s-ol | 2020-04-24 | 5 | -38/+12 | |
| | | ||||||
| * | fix alv-wx, logging | s-ol | 2020-04-24 | 2 | -2/+2 | |
| | | ||||||
| * | better (require) implementation | s-ol | 2020-04-24 | 5 | -106/+165 | |
| | | | | | Close #16 | |||||
| * | move tick-counting into COPILOT | s-ol | 2020-04-24 | 4 | -48/+41 | |
| | | ||||||
| * | better logging interface | s-ol | 2020-04-24 | 3 | -17/+24 | |
| | | ||||||
| * | report IO errors with require | s-ol | 2020-04-21 | 1 | -1/+1 | |
| | | ||||||
| * | export and export* to create alive modules | s-ol | 2020-04-20 | 7 | -43/+140 | |
| | | | | | See #16 | |||||
| * | add wxLua alv-wx | s-ol | 2020-04-19 | 2 | -7/+17 | |
| | | ||||||
| * | release v0.1-rc4v0.1-rc4 | s-ol | 2020-04-18 | 1 | -2/+2 | |
| | | ||||||
| * | reassign duplicate tags (and print a warning) | s-ol | 2020-04-18 | 2 | -26/+22 | |
| | | | | | Close #14 | |||||
