aboutsummaryrefslogtreecommitdiffstats
path: root/core/builtin.moon (unfollow)
Commit message (Expand)AuthorFilesLines
2020-04-14move into proper Lua module (`alv`)s-ol1-333/+0
2020-04-12rename Action to Builtins-ol1-14/+14
2020-04-12builtin/print: support string eventss-ol1-3/+8
2020-04-05add 'bang' builtins-ol1-0/+6
2020-03-25add builtin prints-ol1-2/+15
2020-03-25new core.base.match, update libs-ol1-4/+3
2020-03-24Value -> Value/Event/IO-Streams-ol1-24/+24
2020-03-21new meta/doc systems-ol1-206/+281
2020-03-21luajit compatibilitys-ol1-1/+1
2020-03-18docs/internal: add builtins and invoke moduless-ol1-1/+7
2020-03-13docs/guide: runtime descriptions-ol1-6/+33
2020-03-05fix accidentally committed bugss-ol1-7/+10
2020-03-05add index and guide pagess-ol1-5/+5
2020-03-02dynamic scopings-ol1-0/+1
2020-02-28lots of fixess-ol1-2/+2
2020-02-19merge Const and Stream into Value; Dataflow logics-ol1-18/+18
2020-02-16major refactoring: Const, Stream + ResultNodes-ol1-33/+31
2020-02-13no more @registry jugglings-ol1-17/+17
2020-02-13new Registry tagging mechanisms-ol1-23/+14
2020-02-11fix def-and-reused op updaterates-ol1-1/+1
2020-02-10envelopess-ol1-15/+37
2020-02-10add doc, import, import*, defns-ol1-75/+100
2020-02-10finally implement function diffings-ol1-1/+0
2020-02-10reorganizations-ol1-2/+1
2020-02-07re-fix functionss-ol1-30/+37
2020-02-07new AST approach, testings-ol1-84/+92
2020-02-0350% of functionss-ol1-22/+115
2020-02-03Forward referencess-ol1-2/+7
2020-02-02clean out old patching implementations-ol1-24/+46
2020-02-01macros and scopess-ol1-0/+29