aboutsummaryrefslogtreecommitdiffstats
path: root/alv (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* dont error when running empty filess-ol2025-03-021-1/+2
|
* indexing into typess-ol2025-03-021-4/+20
|
* base.match: fix bug when repeating multi-element patternss-ol2025-03-021-8/+9
|
* small internal doc fixess-ol2025-03-021-0/+1
|
* alv-fltk: clear log option, autoclear options-ol2025-03-023-21/+42
|
* builtin/trae: print literals literallys-ol2025-03-021-5/+5
|
* move copilot logic, make startup scripts luas-ol2025-03-025-6/+303
|
* pureops with arbitrary patterns-ol2025-03-023-28/+53
|
* fix nil error when comparing complex typess-ol2025-03-021-0/+2
|
* fix bug where symbol results became constants-ol2025-03-021-2/+5
|
* add website to version.moon, update rockspecs-ol2025-03-021-2/+3
|
* add fltk4lua copilot UIs-ol2025-03-021-0/+5
|
* cleanup alv/builtins-ol2025-03-021-6/+7
|
* allow ~ in symbolss-ol2025-03-021-1/+1
|
* add =/~/! castss-ol2025-03-022-1/+70
|
* add and use PureOps-ol2025-03-022-1/+59
|
* base.match: never recall by defaults-ol2025-03-021-4/+3
|
* EvtStream:set(nil) doesnt set :dirtys-ol2025-03-021-0/+2
|
* report errors when requiring lua moduless-ol2025-03-021-0/+2
|
* base.match: match constants as sigss-ol2025-03-022-24/+41
|
* RTNode constifies constant SigStreamss-ol2025-03-022-12/+25
|
* make EvtStreams carry a single values-ol2025-03-021-12/+9
|
* make <num! 4> == <num= 4>s-ol2025-03-027-23/+25
|
* add and test Type:eq(a,b)s-ol2025-03-021-0/+20
|
* test alv.type pps-ol2025-03-021-3/+8
|
* make tostring Scope deterministic and test its-ol2025-03-021-2/+3
|
* exclude Constants from side_inputss-ol2025-03-021-0/+1
|
* add types.T, fix spec + docss-ol2025-03-0216-168/+159
|
* more internal doc fixess-ol2025-03-026-15/+15
|
* add shorthands for builtin primitives to Primitives-ol2025-03-026-40/+107
|
* rename RTNode.value to RTNode.result (to match Result class)s-ol2025-03-0218-196/+170
|
* add alv.type and specs-ol2025-03-0212-111/+113
|
* wip new type system and refactorings-ol2025-03-0220-270/+474
| | | | | | | - Result -> RTNode - Stream -> Result - ValueStream -> SigStream - EventStream -> EvtStream
* release v0.1v0.1s-ol2020-05-131-2/+2
|
* move internal md docs into docs/internalss-ol2020-04-272-223/+2
|
* refer to the language as 'alv' in documentations-ol2020-04-271-7/+7
|
* 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
|
* only mark ValueStreams dirty if they actually changeds-ol2020-04-241-1/+4
|
* code readabilitys-ol2020-04-249-33/+34
|
* remove AST:quote()s-ol2020-04-245-38/+12
|
* fix alv-wx, loggings-ol2020-04-242-2/+2
|
* better (require) implementations-ol2020-04-245-106/+165
| | | | Close #16
* move tick-counting into COPILOTs-ol2020-04-244-48/+41
|
* better logging interfaces-ol2020-04-243-17/+24
|
* report IO errors with requires-ol2020-04-211-1/+1
|
* export and export* to create alive moduless-ol2020-04-207-43/+140
| | | | See #16
* add wxLua alv-wxs-ol2020-04-192-7/+17
|
* release v0.1-rc4v0.1-rc4s-ol2020-04-181-2/+2
|
* reassign duplicate tags (and print a warning)s-ol2020-04-182-26/+22
| | | | Close #14