You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since there is no completion (#20) yet, it is easy to miss an <endif>. As such, it would be very useful if this fact were highlighted with an error indicator.
At runtime, this problem is reported as premature EOF at a seemingly random line in the file, which is very hard to figure out.
The text was updated successfully, but these errors were encountered:
I'm not sure how we could tell the parser to report a better error message. I believe the message is intentionally "vague" because at this point there could be <elseif>, <else> or <endif>, all of which start with the LDELIM token. @parrt what do you think?
Since there is no completion (#20) yet, it is easy to miss an
<endif>
. As such, it would be very useful if this fact were highlighted with an error indicator.At runtime, this problem is reported as
premature EOF
at a seemingly random line in the file, which is very hard to figure out.The text was updated successfully, but these errors were encountered: