Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong column number in a syntax error message #2

Open
akrylysov opened this issue Jan 2, 2016 · 1 comment
Open

Wrong column number in a syntax error message #2

akrylysov opened this issue Jan 2, 2016 · 1 comment

Comments

@akrylysov
Copy link
Owner

if 1:
    if 1:
        -
Syntax error: Expected expression at line 3, column 2
-
 ^
@Aareon
Copy link

Aareon commented Sep 11, 2018

Depending on how errors are shown for other examples, this could be as simply as subtracting from column, or starting column at (column-1)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants