Changes between Initial Version and Version 1 of Ticket #958


Ignore:
Timestamp:
12/12/12 16:51:33 (11 years ago)
Author:
felix winkelmann
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #958 – Description

    initial v1  
    11Modify error handling in the compiler to catch errors and continue whatever compilation pass is currently running. This should probably not apply to optimization stages, but for example: reading, canonicalization, scrutiny. Restarting the current pass for the next toplevel expression should be ok.
     2
     3In other words: continue as long as possible instead of stopping on the first error.