Refactor AstGenerator methods: some require non-empty env, some do not
Open
cleanup
fuzz
- Dominant language
- C++
- Stars
- 1.9k
- Forks
- 283
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 135
Description
In Python (where this was ported from) we'd raise an EmptyEnv error but that's a bit overkill for C++ status-propagating style, we should be able to indicate which production rules require a non-empty env and which are ok with empty envs.
Contributor guide
Assessment
This issue has not been assessed yet.