aboutsummaryrefslogtreecommitdiffstats
path: root/core/builtin.moon (follow)
Commit message (Collapse)AuthorAgeFilesLines
* move into proper Lua module (`alv`)s-ol2020-04-141-333/+0
|
* rename Action to Builtins-ol2020-04-121-14/+14
|
* builtin/print: support string eventss-ol2020-04-121-3/+8
|
* add 'bang' builtins-ol2020-04-051-0/+6
|
* add builtin prints-ol2020-03-251-2/+15
|
* new core.base.match, update libs-ol2020-03-251-4/+3
|
* Value -> Value/Event/IO-Streams-ol2020-03-241-24/+24
| | | | Close 12
* new meta/doc systems-ol2020-03-211-206/+281
|
* luajit compatibilitys-ol2020-03-211-1/+1
|
* docs/internal: add builtins and invoke moduless-ol2020-03-181-1/+7
|
* docs/guide: runtime descriptions-ol2020-03-131-6/+33
|
* fix accidentally committed bugss-ol2020-03-051-7/+10
|
* add index and guide pagess-ol2020-03-051-5/+5
|
* dynamic scopings-ol2020-03-021-0/+1
|
* lots of fixess-ol2020-02-281-2/+2
|
* merge Const and Stream into Value; Dataflow logics-ol2020-02-191-18/+18
| | | | lib not fully ported / functonial
* major refactoring: Const, Stream + ResultNodes-ol2020-02-161-33/+31
|
* no more @registry jugglings-ol2020-02-131-17/+17
|
* new Registry tagging mechanisms-ol2020-02-131-0/+200