Files
Nim/compiler
Zahary Karadjov de4b894541 proc arguments are in scope when the result type definition is being processed
This is intended for type deduction depending on the arguments
proc foo(x: type): type(expr(x))
2011-12-09 16:05:51 +02:00
..
2011-04-12 01:13:42 +02:00
2011-11-29 17:27:48 +01:00
2011-11-29 17:27:48 +01:00
2011-04-12 01:13:42 +02:00
2011-10-27 21:03:53 +02:00
2011-04-12 01:13:42 +02:00
2011-11-29 17:27:48 +01:00
2011-11-27 19:01:55 +01:00
2011-11-27 19:01:55 +01:00
2011-11-27 19:01:55 +01:00
2011-04-12 01:13:42 +02:00
2011-11-27 19:01:55 +01:00
2011-04-12 01:13:42 +02:00
2011-04-12 01:13:42 +02:00
2011-11-29 17:27:48 +01:00
2011-04-12 01:13:42 +02:00
2011-11-29 17:27:48 +01:00
2011-04-21 00:54:44 +02:00
2011-10-27 21:03:53 +02:00
2011-11-29 17:27:48 +01:00
2011-04-12 01:13:42 +02:00
2011-11-29 17:27:48 +01:00
2011-11-29 17:27:48 +01:00
2011-11-29 17:27:48 +01:00
2011-04-12 01:13:42 +02:00
2011-11-29 17:27:48 +01:00
2011-11-25 15:33:58 +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.