[dslx][cleanup] procs are not represented with explicit AST nodes
Open
cleanup
dslx
- Dominant language
- C++
- Stars
- 1.9k
- Forks
- 283
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 135
Description
Functions get flattened against the top level of the DSLX module and tagged -- it'd be a higher fidelity representation to encapsulate functions within a proc AST node, so we could ask questions like "am I a function contained in a proc". Will also dovetail with structure for struct implementations (a la methods).
Contributor guide
Assessment
This issue has not been assessed yet.