Automate AST generation
Open
good-first-issue
kind:refactor
status:help-wanted
- Dominant language
- C#
- Stars
- 451
- Forks
- 49
- Avg merge
- 13h 59m
- Merged PRs (30d)
- 6
Description
In #678, we've got a manual AST generator for verification purposes.
For now, it is fully manually written, and I believe this is far from productive.
Let's consider automating it somehow. Some basic ideas:
1. Get an AST visitor and use it instead of manual enumeration of all nodes
2. Write a source gen
3. Convert to JSON and then make some basic string or JSON tree transforms
Contributor guide
Assessment
This issue has not been assessed yet.