ravikumar10 / genyris

Automatically exported from code.google.com/p/genyris
Other
0 stars 0 forks source link

Line Numbers in error messages and backtrace #37

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
As a user I want to see line numbers in error messages etc so that I know where 
to start looking for the issue that caused the error.

Original issue reported on code.google.com by birchb1...@gmail.com on 5 Apr 2013 at 1:34

GoogleCodeExporter commented 9 years ago
Probably need a map which records the file name and line number for every line 
of code parsed. So lexer needs to ask InStream for current filename & line 
number - should be sufficient to record the location of the first conse in an 
expression. How will the error code decide which object to use fo the line 
number - probaly just the current expression. 

Original comment by birchb1...@gmail.com on 5 Apr 2013 at 1:39

GoogleCodeExporter commented 9 years ago

Original comment by birchb1...@gmail.com on 23 Apr 2013 at 4:35

GoogleCodeExporter commented 9 years ago
Available from 0.7.2

Original comment by birchb1...@gmail.com on 28 Apr 2013 at 1:33