Move list segmentation from ast.lua to blocks.lua?
Open
- Dominant language
- Lua
- Stars
- 80
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
Currently we don't emit match objects for lists, only list items. List items are gathered together into lists in the AST building phase. I dimly recall there was some reason for this, but it would simplify AST building, and make the match stream more useful, if the work were done at the earlier stage.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.