Files
Nim/compiler
Zahary Karadjov 12bac28d23 macros and templates can be expanded anywhere where a type is expected.
This allows for various type selection algorithms to be implemented.
See tests / accept / compile / ttypeselectors.nim for examples.
2011-11-18 02:11:15 +02:00
..
2011-04-12 01:13:42 +02:00
2011-04-12 01:13:42 +02:00
2011-10-27 21:03:53 +02:00
2011-10-27 21:03:53 +02:00
2011-04-12 01:13:42 +02:00
2011-11-12 01:02:06 +01:00
2011-04-12 01:13:42 +02:00
2011-04-12 01:13:42 +02:00
2011-04-12 01:13:42 +02:00
2011-04-12 01:13:42 +02:00
2011-04-21 00:54:44 +02:00
2011-10-27 21:03:53 +02:00
2011-09-24 19:18:08 +02:00
2011-04-12 01:13:42 +02:00
2011-04-12 01:13:42 +02:00
2011-09-24 19:18:08 +02: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.