aboutsummaryrefslogtreecommitdiffstats
path: root/alv/ast.moon (follow)
Commit message (Collapse)AuthorAgeFilesLines
* template strings as syntax sugar for Opss-ol2025-04-071-2/+1
|
* language: [array] and {struct} literalswips-ol2025-03-181-1/+3
|
* implement template stringss-ol2025-03-151-0/+2
|
* somewhat clean up alv.parsings-ol2025-03-141-1/+2
|
* add Dummy AST nodes-ol2025-03-021-0/+12
|
* rename RTNode.value to RTNode.result (to match Result class)s-ol2025-03-021-2/+2
|
* wip new type system and refactorings-ol2025-03-021-1/+1
| | | | | | | - Result -> RTNode - Stream -> Result - ValueStream -> SigStream - EventStream -> EvtStream
* code readabilitys-ol2020-04-241-1/+1
|
* remove AST:quote()s-ol2020-04-241-7/+0
|
* move into proper Lua module (`alv`)s-ol2020-04-141-0/+40