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
Thanks for the report. I believe this is now fixed.
BTW, should the sourcepos be 1-based instead of 0-based?
The current code thinks of the left-most column as 1 and the
first line as 1. This is fairly intuitive, I think. My
text editor counts lines and columns the same way. I'd
consider an argument for another approach, though.
sourcepos attribute in AST is not correct when parser run for more than 1 time:
Now the result is
And I wonder why should the sourcepos be 1-based instead of 0-based?
The text was updated successfully, but these errors were encountered: