Files
Nim/lib
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-03-20 14:44:23 +02:00
2012-04-04 01:40:39 +02:00
2010-02-26 01:26:16 +01:00
2010-02-26 01:26:16 +01:00
2012-02-06 08:44:18 +01:00