Files
Nim/compiler
Andreas Rumpf a6682de004 catchable defects (#13626)
* allow defects to be caught even for --exceptions:goto (WIP)
* implemented the new --panics:on|off switch; refs https://github.com/nim-lang/RFCs/issues/180
* new implementation for integer overflow checking
* produce a warning if a user-defined exception type inherits from Exception directly
* applied Timothee's suggestions; improved the documentation and replace the term 'checked runtime check' by 'panic'
* fixes #13627
* don't inherit from Exception directly
2020-03-12 23:44:33 +01:00
..
2019-09-27 07:02:54 +02:00
2020-03-12 23:44:33 +01:00
2019-11-28 17:13:04 +01:00
2020-03-12 23:44:33 +01:00
2020-03-12 23:44:33 +01:00
2020-03-12 23:44:33 +01:00
2020-03-12 23:44:33 +01:00
2020-03-12 23:44:33 +01:00
2020-03-12 23:44:33 +01:00
2017-01-07 22:35:09 +01:00
2019-11-28 17:13:04 +01:00
2020-03-12 23:44:33 +01:00
2019-11-28 17:13:04 +01:00
2019-11-28 17:13:04 +01:00
2020-03-10 00:52:46 +01:00
2020-02-14 12:33:36 +01:00
2019-11-28 17:13:04 +01:00
2019-11-28 17:13:04 +01:00
2020-02-07 06:58:57 +01:00
2020-03-12 23:44:33 +01:00
2019-11-28 17:13:04 +01:00
2019-11-28 17:13:04 +01:00
2020-02-14 10:13:55 +01:00
2020-03-12 23:44:33 +01:00
2019-09-27 07:02:54 +02:00
2019-11-28 17:13:04 +01:00
2019-09-27 07:02:54 +02:00
2020-03-12 23:44:33 +01:00
2019-11-28 17:13:04 +01:00
2019-11-28 17:13:04 +01:00
2020-03-08 10:55:19 +01:00
2019-11-28 17:13:04 +01:00
2020-03-12 08:53:11 +01:00
2019-11-28 17:13:04 +01:00
2019-11-28 17:13:04 +01:00
2020-03-12 23:44:33 +01:00
2019-12-13 19:20:29 +01:00
2020-03-12 23:44:33 +01:00
2020-03-05 16:02:34 +01:00
2020-03-03 12:42:43 +01:00
2019-11-28 17:13:04 +01:00
2019-11-28 17:13:04 +01:00
2019-11-28 17:13:04 +01:00
2020-03-09 15:32:38 +01:00
2019-11-28 17:13:04 +01:00
2020-03-03 12:42:43 +01:00
2020-03-03 12:42:43 +01:00
2019-11-28 17:13:04 +01:00

This directory contains the Nim compiler written in Nim. Note that this
code has been translated from a bootstrapping version written in Pascal, so
the code is **not** a poster child of good Nim code.

See https://nim-lang.org/docs/intern.html for more information.