DSLX: Improve error message for missing braces around explicit parametric expression
Open
dslx
- Dominant language
- C++
- Stars
- 1.9k
- Forks
- 283
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 135
Description
If one forgets to enclose an explicit parametric expression in braces (once #316 is fixed), as:
```
foo(...)
```
the error message is currently unpredicable. We own the parser - we should be able to tell users exactly what's wrong in this case.
Contributor guide
Assessment
This issue has not been assessed yet.