Files
Nim/compiler
Tanguy f2bbff989f Fix nested finally handling in closureiters [backport] (#19933)
* Fix nested finally handling in closureiters

* Fix CI

* review comment

* third time the charm

* Update compiler/closureiters.nim

Co-authored-by: Dominik Picheta <dominikpicheta@googlemail.com>

Co-authored-by: Dominik Picheta <dominikpicheta@googlemail.com>
(cherry picked from commit fb5fbf1e08)
2022-07-18 17:16:06 +02:00
..
2019-09-27 07:02:54 +02:00
2020-05-18 22:16:07 +02:00
2019-11-28 17:13:04 +01:00
2020-05-20 15:30:20 +02:00
2021-12-07 21:51:46 +01:00
2020-03-18 16:57:34 +01:00
2017-01-07 22:35:09 +01:00
2019-11-28 17:13:04 +01:00
2020-05-19 12:12:45 +02: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-10-09 12:06:05 +02:00
2020-03-21 07:12:10 +01:00
2020-05-18 22:16:07 +02:00
2020-05-06 17:22:16 +02: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
2019-11-28 17:13:04 +01:00
2019-11-28 17:13:04 +01:00
2020-07-29 10:39:29 +02:00
2020-09-11 13:58:04 +02:00
2020-07-29 10:43:48 +02:00
2020-03-05 16:02:34 +01:00
2020-10-09 10:04:24 +02:00
2020-03-21 07:12:10 +01:00
2019-11-28 17:13:04 +01:00
2021-02-02 14:35:54 +01:00
2020-03-26 15:18:45 +00:00
2020-03-26 15:18:45 +00: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.