aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* report errors when requiring lua moduless-ol2025-03-021-0/+2
|
* base.match: match constants as sigss-ol2025-03-023-42/+107
|
* RTNode constifies constant SigStreamss-ol2025-03-025-34/+80
|
* make EvtStreams carry a single values-ol2025-03-025-24/+126
|
* make <num! 4> == <num= 4>s-ol2025-03-0210-27/+50
|
* add and test Type:eq(a,b)s-ol2025-03-022-15/+64
|
* test alv.type pps-ol2025-03-022-5/+24
|
* make tostring Scope deterministic and test its-ol2025-03-022-2/+20
|
* exclude Constants from side_inputss-ol2025-03-021-0/+1
|
* more alv-lib fixess-ol2025-03-022-5/+5
|
* add types.T, fix spec + docss-ol2025-03-0237-428/+486
|
* more internal doc fixess-ol2025-03-026-15/+15
|
* add shorthands for builtin primitives to Primitives-ol2025-03-027-58/+125
|
* rename RTNode.value to RTNode.result (to match Result class)s-ol2025-03-0226-316/+291
|
* fix docss-ol2025-03-024-22/+4
|
* add alv.type and specs-ol2025-03-0219-124/+167
|
* wip new type system and refactorings-ol2025-03-0229-561/+845
| | | | | | | - Result -> RTNode - Stream -> Result - ValueStream -> SigStream - EventStream -> EvtStream
* release v0.1v0.1s-ol2020-05-132-2/+85
|
* fix release scripts-ol2020-05-131-0/+1
|
* fix logic/not and logic/bools-ol2020-04-281-8/+9
|
* fix util/edges-ol2020-04-271-3/+3
|
* move internal md docs into docs/internalss-ol2020-04-275-9/+6
|
* refer to the language as 'alv' in documentations-ol2020-04-273-55/+55
|
* do not fix lua version in rockspecs-ol2020-04-272-2/+2
|
* fix existing testss-ol2020-04-266-34/+55
|
* fix registry/module bugss-ol2020-04-266-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 importss-ol2020-04-242-4/+14
|
* add root .gitignores-ol2020-04-241-0/+3
|
* only mark ValueStreams dirty if they actually changeds-ol2020-04-241-1/+4
|
* code readabilitys-ol2020-04-2412-40/+40
|
* remove AST:quote()s-ol2020-04-247-64/+12
|
* fix alv-wx, loggings-ol2020-04-243-3/+3
|
* better (require) implementations-ol2020-04-246-107/+166
| | | | Close #16
* move tick-counting into COPILOTs-ol2020-04-244-48/+41
|
* better logging interfaces-ol2020-04-2413-39/+48
|
* lib/string: fix str/..s-ol2020-04-241-1/+1
|
* report IO errors with requires-ol2020-04-211-1/+1
|
* bump to scm-3s-ol2020-04-211-0/+82
|
* export and export* to create alive moduless-ol2020-04-208-45/+142
| | | | See #16
* add wxLua alv-wxs-ol2020-04-196-28/+239
|
* also pack source rockss-ol2020-04-192-2/+5
|
* release v0.1-rc4v0.1-rc4s-ol2020-04-182-2/+84
|
* reassign duplicate tags (and print a warning)s-ol2020-04-182-26/+22
| | | | Close #14
* output to different streams at eval/runtimes-ol2020-04-184-15/+21
| | | | Close #13
* merge dist/pack and dist/releases-ol2020-04-184-53/+41
|
* release v0.1-rc3v0.1-rc3s-ol2020-04-172-2/+84
|
* prepare for repo transition alivecoding -> alives-ol2020-04-176-26/+29
|
* new windows bundling schemes-ol2020-04-174-40/+62
|
* more distribution wips-ol2020-04-174-7/+24
|
* add some windows dist piecess-ol2020-04-174-0/+78
|