aboutsummaryrefslogtreecommitdiffstats
path: root/alv (follow)
Commit message (Collapse)AuthorAgeFilesLines
* wip vector maths-ol2022-02-021-0/+13
|
* wips-ol2021-05-031-2/+2
|
* allow top-level input in Op.inputss-ol2021-05-032-17/+16
|
* move love main.lua to alv.copilot.love.mains-ol2021-05-033-29/+81
|
* add base.match.any shorthands-ol2021-05-012-7/+25
|
* fix (~ evt initial) bugs-ol2021-05-011-1/+1
|
* add basic love2d supports-ol2021-05-012-1/+33
|
* add thread-first/thread-last macro + specs-ol2021-05-011-0/+47
|
* add array/maps-ol2021-05-011-2/+3
|
* fix array builtins-ol2021-01-301-1/+1
|
* more overridable PureOps-ol2021-01-302-13/+21
|
* alv.base.match: fix docss-ol2021-01-301-2/+2
|
* docs: fix sections in internals/Consts-ol2021-01-081-0/+2
|
* copilot/cli: colorize output linewises-ol2021-01-081-1/+8
|
* syntax: more whitelisted special chars, comment parsings-ol2021-01-021-2/+2
|
* have alv-lua modules return Results, not plain tabless-ol2020-09-045-51/+58
|
* reroll RTNode testss-ol2020-09-041-1/+1
|
* only increment tick if IO was triggereds-ol2020-09-041-3/+3
|
* remove IOStreams, support optional polling in Opss-ol2020-09-049-101/+78
|
* support :vis() on builtinss-ol2020-09-014-2/+25
|
* fix if, add whens-ol2020-08-211-3/+35
|
* move struct ops into librarys-ol2020-08-211-175/+0
|
* dirty (remove) implementations-ol2020-08-201-3/+42
|
* dirty (insert) implementations-ol2020-08-201-15/+92
|
* implement (set) as per specs-ol2020-08-192-2/+36
|
* bugfixes with compound type comparisonss-ol2020-08-172-4/+5
|
* throw TestPilot errors instead of loggings-ol2020-08-142-8/+17
|
* make error highest logging prios-ol2020-08-141-2/+2
|
* fix require and dos-ol2020-08-141-2/+5
|
* fix alv.copilot.udp docss-ol2020-08-141-0/+4
|
* separate Module and IO codes-ol2020-08-143-37/+78
|
* document and spec Type member fieldss-ol2020-08-141-8/+22
|
* fix crash when last expression in (do …) returns Constants-ol2020-07-152-3/+6
|
* Op: vis method instead of fields-ol2020-07-153-21/+27
|
* add vis field to Opss-ol2020-07-113-13/+17
|
* move util/switch to builtinss-ol2020-07-111-5/+58
|
* small cleanups-ol2020-07-111-1/+0
|
* udp: reply with tag/module in msgs-ol2020-07-111-10/+7
|
* add editor-support UDP servers-ol2020-07-083-2/+81
|
* store RTNode in Builtins-ol2020-07-083-19/+32
|
* copilot: pass args through base constructors-ol2020-07-044-9/+5
|
* add loop/recurs-ol2020-05-271-0/+79
|
* rename base.match.val → base.match.sigs-ol2020-05-273-20/+20
|
* allow > and < in symbol namess-ol2020-05-271-1/+1
|
* align some docstringss-ol2020-05-211-2/+2
|
* rename alv.builtin to alv.builtinss-ol2020-05-213-4/+4
|
* move array and struct constructor into builtinss-ol2020-05-211-2/+42
|
* add builtin gets-ol2020-05-211-0/+33
|
* fix some bugss-ol2020-05-213-18/+6
|
* dont error when running empty filess-ol2020-05-211-1/+2
|