aboutsummaryrefslogtreecommitdiffstats
path: root/alv/cell.moon (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor Tag/Registry, reuse deleted tagss-ol2025-09-141-6/+4
|
* de/fn, loop parameter lists use square bracketss-ol2025-09-141-5/+9
|
* template strings as syntax sugar for Opss-ol2025-04-071-6/+89
|
* language: [array] and {struct} literalswips-ol2025-03-181-4/+30
|
* implement template stringss-ol2025-03-151-6/+2
|
* somewhat clean up alv.parsings-ol2025-03-141-23/+22
|
* add Dummy AST nodes-ol2025-03-021-7/+13
|
* add types.T, fix spec + docss-ol2025-03-021-4/+4
|
* add shorthands for builtin primitives to Primitives-ol2025-03-021-3/+3
|
* rename RTNode.value to RTNode.result (to match Result class)s-ol2025-03-021-1/+1
|
* add alv.type and specs-ol2025-03-021-1/+1
|
* wip new type system and refactorings-ol2025-03-021-5/+6
| | | | | | | - Result -> RTNode - Stream -> Result - ValueStream -> SigStream - EventStream -> EvtStream
* code readabilitys-ol2020-04-241-2/+0
|
* remove AST:quote()s-ol2020-04-241-11/+0
|
* export and export* to create alive moduless-ol2020-04-201-0/+5
| | | | See #16
* move into proper Lua module (`alv`)s-ol2020-04-141-0/+189