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
The syntax validation error messages will report incorrect positions because the comments are removed before the validation step runs, changing the length of the input.
The syntax validation error messages will report incorrect positions because the comments are removed before the validation step runs, changing the length of the input.
bpp/src/bpp/interpreter.py
Lines 143 to 144 in 65287d3