Skip to content

Commit

Permalink
Fix getting end position of Constructs
Browse files Browse the repository at this point in the history
Getting the end position of the statement that starts the construct just
gives you the line and column that ends the statement, e.g., for DO it
gives you end of "DO'. To get the end position, we have to instead get
the end position of the end statement, stored in a different field of
the tuple.
  • Loading branch information
nchaimov committed Dec 12, 2024
1 parent b9ee595 commit 1aa4b5e
Showing 1 changed file with 136 additions and 51 deletions.
Loading

0 comments on commit 1aa4b5e

Please sign in to comment.