Files
Nim/compiler
Zahary Karadjov e3f53409f6 proc redefinition search based on the type system instead of on sloppy AST matching
This will work the same for procs/templates/macros/etc, having arbitrary mix of implicit
and explicit generics (as long as the symbols are equivalent for the purposes of overload
resolution, they will be detected as redefinitions)

fixes tgeneric
2013-12-30 10:57:12 +02:00
..
2013-12-28 01:47:40 +01:00
2013-12-28 01:57:19 +01:00
2013-12-27 23:10:36 +01:00
2013-12-30 00:03:57 +02:00
2013-12-27 15:48:53 +01:00
2013-12-27 23:10:36 +01:00
2013-12-29 01:13:51 +01:00
2013-12-29 17:21:00 +02:00
2013-12-27 23:10:36 +01:00
2013-12-29 01:13:51 +01:00
2013-12-27 23:10:36 +01:00
2012-11-28 01:15:13 +02:00
2013-12-29 17:21:00 +02:00
2013-12-29 00:00:37 +02:00
2013-12-29 01:13:51 +01:00
2013-12-29 01:13:51 +01:00
2013-12-29 01:13:51 +01:00
2013-12-29 01:13:51 +01:00
2013-12-27 15:48:53 +01:00
2013-12-29 01:13:51 +01:00
2013-12-29 17:21:00 +02:00
2013-12-29 01:13:51 +01:00
2013-12-28 23:30:53 +01:00
2013-12-29 01:13:51 +01:00
2013-12-29 17:21:00 +02:00
2013-12-29 01:13:51 +01:00
2013-12-29 17:21:00 +02:00
2013-12-27 23:10:36 +01:00
2013-12-27 23:10:36 +01:00
2013-12-27 23:10:36 +01:00
2013-12-27 15:48:53 +01:00
2013-12-27 23:10:36 +01:00
2013-12-29 01:13:51 +01:00
2013-12-27 23:10:36 +01:00
2013-12-29 01:13:51 +01:00
2013-12-29 17:21:00 +02:00
2013-12-27 23:10:36 +01:00
2013-12-29 17:21:00 +02:00
2013-12-29 17:21:00 +02:00
2013-12-29 17:21:00 +02:00
2013-12-27 23:10:36 +01:00
2013-12-30 00:03:57 +02:00
2013-12-29 17:21:00 +02:00
2013-12-27 23:10:36 +01:00
2013-12-29 17:21:00 +02:00
2013-12-29 01:13:51 +01:00
2013-12-27 23:10:36 +01:00
2013-12-29 01:13:51 +01:00
2013-12-29 17:21:00 +02:00
2013-12-29 01:13:51 +01:00
2013-12-29 01:13:51 +01:00
2013-12-29 17:21:00 +02:00
2013-12-29 01:13:51 +01:00
2013-12-27 23:10:36 +01:00
2013-12-29 17:21:00 +02:00
2013-12-27 23:10:36 +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.