bobbimanners / EightBall

The Eight Bit Algorithmic Language for Apple II, Commodore 64 and VIC20
GNU General Public License v3.0
19 stars 3 forks source link

Error reporting sucks #5

Closed bobbimanners closed 6 years ago

bobbimanners commented 6 years ago

Not all errors paths report an error. Some errors paths report more than one error. In general this is a mess!

bobbimanners commented 6 years ago

This is significantly improved for v0.70. In particular, line numbers should now be correct when reporting errors at compile time, and errors should no longer be double-reported. There are probably still some other quirks, but it is okay for now I think.