Files
Nim/compiler
Parashurama 4fdf7f2ea3 fix VM intsize for 32bits and smaller targetOS. (#6211)
This commit change the default behaviour of VM int/uint always being
64bits and make int/uint on VM behave identically to compiled code.

This insert 'opcNarrowU' or 'opcNarrow' opcode on Int/Uint operations
when needed to simulate smaller Int/Uint on VM.
2017-08-10 14:34:57 +02:00
..
2017-07-08 21:27:56 +02:00
2017-07-17 16:43:10 +02:00
2017-05-29 09:42:26 +02:00
2017-07-17 08:24:34 +02:00
2017-06-26 21:31:56 +02:00
2017-01-07 22:35:09 +01:00
2017-01-06 13:11:17 +01:00
2017-07-25 09:28:23 +02:00
2017-07-17 11:42:26 +02:00
2016-10-31 15:34:44 +01:00
2016-10-31 15:34:44 +01:00
2017-02-26 00:32:07 +01:00
2017-04-02 23:41:29 +02:00
2016-08-09 22:54:27 +08:00
2017-02-08 23:04:20 +01:00
2017-07-17 16:43:10 +02:00
2017-06-30 12:01:51 +02:00
2016-11-01 07:16:07 +01:00
2017-03-23 21:29:10 +01:00
2017-07-17 08:12:15 +02:00
2017-05-02 01:24:10 +02:00
2017-07-22 16:52:58 +02:00
2016-11-02 08:39:51 +01:00
2017-01-07 22:35:09 +01:00
2015-12-04 23:43:03 +01:00
2016-12-30 01:43:26 +01:00
2014-08-28 09:38:14 +02:00
2017-07-25 10:01:37 +02:00
2017-06-20 11:29:42 +02:00
2017-07-22 17:07:59 +02:00
2017-04-07 19:28:52 +03:00
2017-06-20 11:29:42 +02:00
2017-06-20 11:29:42 +02:00
2017-07-08 23:32:40 +02:00
2017-07-25 09:28:23 +02:00
2017-07-08 07:31:53 +02:00
2017-06-20 11:29:42 +02:00
2017-06-20 11:29:42 +02:00
2016-10-31 15:34:44 +01:00
2015-11-03 14:52:36 +01:00
2017-03-28 20:57:34 +02:00
2017-06-20 11:29:42 +02:00
2017-07-01 09:56:20 +02: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.