Confusing error for multiple ellipses
schuster opened this issue · 2 comments
schuster commented
The program in this gist gives the error "unrecognized meta-variable in language L in: ..."
https://gist.github.com/schuster/2ce5886e5f1c8c31558e
I assume Nanopass must only support at most one ellipsis per list. If that's the case, can we get a better error message here?
LeifAndersen commented
Yup, your assumption is correct. You can only have one ellipses per level in Nanopass. I will fix the error message to say that.
LeifAndersen commented
0f233ab fixes this issue.
Thanks again for submitting it.