Changes between Initial Version and Version 1 of Ticket #958
- Timestamp:
- 12/12/12 16:51:33 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #958 – Description
initial v1 1 1 Modify 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 3 In other words: continue as long as possible instead of stopping on the first error.