aboutsummaryrefslogtreecommitdiffstats
path: root/alv (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* add merge! builtin ops-ol2025-03-021-0/+26
|
* auto-name Op and Builtin classes for better debuggings-ol2025-03-021-0/+5
|
* fix (! sig) bugss-ol2025-03-021-5/+6
|
* allow top-level input in Op.inputss-ol2025-03-022-17/+16
|
* move love main.lua to alv.copilot.love.mains-ol2025-03-023-29/+81
|
* add base.match.any shorthands-ol2025-03-022-7/+25
|
* fix (~ evt initial) bugs-ol2025-03-021-1/+1
|
* add basic love2d supports-ol2025-03-022-1/+33
|
* add thread-first/thread-last macro + specs-ol2025-03-021-0/+47
|
* add array/maps-ol2025-03-021-2/+3
|
* fix array builtins-ol2025-03-021-1/+1
|
* more overridable PureOps-ol2025-03-022-13/+21
|
* alv.base.match: fix docss-ol2025-03-021-2/+2
|
* docs: fix sections in internals/Consts-ol2025-03-021-0/+2
|
* copilot/cli: colorize output linewises-ol2025-03-021-1/+8
|
* syntax: more whitelisted special chars, comment parsings-ol2025-03-021-2/+2
|
* have alv-lua modules return Results, not plain tabless-ol2025-03-025-51/+58
|
* reroll RTNode testss-ol2025-03-021-1/+1
|
* only increment tick if IO was triggereds-ol2025-03-021-3/+3
|
* remove IOStreams, support optional polling in Opss-ol2025-03-029-101/+78
|
* support :vis() on builtinss-ol2025-03-024-2/+25
|
* fix if, add whens-ol2025-03-021-3/+35
|
* move struct ops into librarys-ol2025-03-021-175/+0
|
* dirty (remove) implementations-ol2025-03-021-3/+42
|
* dirty (insert) implementations-ol2025-03-021-15/+92
|
* implement (set) as per specs-ol2025-03-022-2/+36
|
* bugfixes with compound type comparisonss-ol2025-03-022-4/+5
|
* throw TestPilot errors instead of loggings-ol2025-03-022-8/+17
|
* make error highest logging prios-ol2025-03-021-2/+2
|
* fix require and dos-ol2025-03-021-2/+5
|
* fix alv.copilot.udp docss-ol2025-03-021-0/+4
|
* separate Module and IO codes-ol2025-03-023-37/+78
|
* document and spec Type member fieldss-ol2025-03-021-8/+22
|
* fix crash when last expression in (do …) returns Constants-ol2025-03-022-3/+6
|
* Op: vis method instead of fields-ol2025-03-023-21/+27
|
* add vis field to Opss-ol2025-03-023-13/+17
|
* move util/switch to builtinss-ol2025-03-021-5/+58
|
* small cleanups-ol2025-03-021-1/+0
|
* udp: reply with tag/module in msgs-ol2025-03-021-10/+7
|
* add editor-support UDP servers-ol2025-03-023-2/+81
|
* store RTNode in Builtins-ol2025-03-023-19/+32
|
* copilot: pass args through base constructors-ol2025-03-024-9/+5
|
* add loop/recurs-ol2025-03-021-0/+79
|
* rename base.match.val → base.match.sigs-ol2025-03-023-20/+20
|
* allow > and < in symbol namess-ol2025-03-021-1/+1
|
* align some docstringss-ol2025-03-021-2/+2
|
* rename alv.builtin to alv.builtinss-ol2025-03-023-4/+4
|
* move array and struct constructor into builtinss-ol2025-03-021-2/+42
|
* add builtin gets-ol2025-03-021-0/+33
|
* fix some bugss-ol2025-03-023-18/+6
|