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

Simple syntax error reporting. #1955

Conversation

GillesDuvert
Copy link
Contributor

error while interactive input

GDL> n[z,]=3
     ^
% Syntax error.

or the same error in a procedure / include ('@')

GDL> test_const

n[1,] = 1
     ^
% Syntax error.
  At: /XXXX/YYYY/const.pro, Line 2
No parser output generated.
% Procedure not found: TEST_CONST
% Execution halted at: $MAIN$          
GDL> 

closes #59

@GillesDuvert
Copy link
Contributor Author

closing, to be replaced by a better variant

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

Successfully merging this pull request may close these issues.

no lineno info in error mesgs using @ (also wrong filename in error message)
1 participant