Files
Nim/compiler
cooldome d24b6667c6 genTryCpp to catch by Nim type, ready for first review (#7196)
* Rewrite genTryCpp

* correction

* Implement polymorphic raise in cpp

* revert backticks in emit

* Cleanp a comment

* revert test changes

* better handling of <new> header
2018-02-12 21:23:34 +01:00
..
2018-02-11 13:55:56 +01:00
2018-01-21 03:04:22 +01:00
2017-11-19 13:23:04 +01:00
2017-11-02 20:39:08 +01:00
2017-12-28 00:50:45 +01:00
2017-12-21 12:34:38 +01:00
2018-01-30 19:51:38 +01:00
2018-01-21 03:04:22 +01:00
2018-01-08 20:04:25 +01:00
2017-12-21 10:11:45 +01:00
2018-02-05 21:21:22 +01:00
2018-02-11 14:52:26 +01:00
2018-02-10 21:20:48 +01:00
2017-11-23 02:32:51 +01:00
2018-02-04 07:35:32 +01:00
2017-12-08 23:31:06 +01:00
2018-02-10 16:44:41 +01:00
2018-02-10 21:20:48 +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.