aboutsummaryrefslogtreecommitdiffstats
path: root/alv/parsing.moon (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove comma from symbol charss-ol2025-09-141-1/+1
|
* fix repeated chars in symbol regex in docs and codes-ol2025-08-041-1/+1
|
* line commentss-ol2025-04-071-5/+7
|
* template strings as syntax sugar for Opss-ol2025-04-071-3/+11
|
* language: [array] and {struct} literalswips-ol2025-03-181-10/+12
|
* implement template stringss-ol2025-03-151-5/+9
|
* somewhat clean up alv.parsings-ol2025-03-141-7/+5
|
* support fractions as number literalss-ol2025-03-131-1/+2
|
* allow ^ and % in symbolss-ol2025-03-021-1/+1
|
* syntax: more whitelisted special chars, comment parsings-ol2025-03-021-2/+2
|
* allow > and < in symbol namess-ol2025-03-021-1/+1
|
* allow ~ in symbolss-ol2025-03-021-1/+1
|
* wip new type system and refactorings-ol2025-03-021-5/+5
| | | | | | | - Result -> RTNode - Stream -> Result - ValueStream -> SigStream - EventStream -> EvtStream
* move into proper Lua module (`alv`)s-ol2020-04-141-0/+73