samiam95124 / Pascal-P6

6th version of Niklaus Wirth's original Pascal language compiler system
Other
25 stars 8 forks source link

Error line output #139

Open samiam95124 opened 1 month ago

samiam95124 commented 1 month ago

The need to search through listings to find error lines is a pain. These two fixes will help a lot:

  1. If the listing is off, output the line with the error anyways. This may require buffering the line.
  2. The error table at the end of the run should include the line(s) where found.