Files
Nim/compiler
Jason Beetham fabbb7ea3e Fixed iteration limit hit from execproc (#15723) [backport:1.2] [backport:1.4]
When calling procs from Nim in Nimscript you could hit the VM iteration limit even though the code is functioning properly. This resolves that by making the iteration limit reset eachtime you call a proc.

(cherry picked from commit a87617956f)
2020-10-26 11:14:55 +01: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
2020-06-24 06:56:14 +02: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
2020-07-29 10:39:39 +02:00
2019-11-28 17:13:04 +01:00
2020-10-09 12:06:05 +02:00
2019-11-28 17:13:04 +01: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
2020-10-09 12:06:05 +02: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-07-29 10:39:29 +02:00
2020-05-18 22:16:07 +02:00
2020-07-21 15:40:24 +02:00
2020-09-11 13:58:04 +02:00
2020-04-23 18:43:50 +02:00
2019-11-28 17:13:04 +01:00
2019-12-13 19:20:29 +01: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
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.