Files
Nim/compiler
Zahary Karadjov caf7878009 Proper C scopes for if, try and case statements
even thought the setjmp implementation for try statement won't be used in C++,
using properly scoped variables for them is beneficial, because we'll be able to
establish a 1:1 relation between nimrod scopes and C scopes.
Once we have that, we'll be able to keep the original names of local variables
to greatly improve the debugging experience (i.e. watch expressions and
hover tooltips will work).
2012-04-12 17:52:55 +03:00
..
2012-02-29 00:04:34 +01:00
2012-02-29 00:04:34 +01:00
2012-01-02 23:07:35 +01:00
2012-03-28 16:43:05 +02:00
2012-01-02 23:07:35 +01:00
2012-01-02 23:07:35 +01:00
2011-04-12 01:13:42 +02:00
2012-02-09 20:13:36 +01:00
2012-01-02 23:07:35 +01:00
2011-04-12 01:13:42 +02:00
2012-03-23 00:16:29 +01:00
2012-01-02 23:07:35 +01:00
2012-03-31 18:50:48 +03:00
2012-03-31 18:50:48 +03:00
2012-03-28 16:43:05 +02:00
2012-03-31 18:50:48 +03:00
2012-02-06 00:19:56 +01:00

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