Files
Nim/compiler
Zahary Karadjov b72480ec88 new kind of AST printer that prints indented trees
AST-to-string conversion procs renamed to repr, treeRepr and lispRepr for better consistency
new dumpTree and dumpLisp procs for quick AST inspection of arbitrary nimrod blocks
2011-11-04 04:56:40 +02:00
..
2011-04-12 01:13:42 +02:00
2011-10-30 20:53:04 +01: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-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-10-30 20:53:04 +01:00
2011-11-02 02:36:01 +01:00
2011-11-02 02:47:34 +01: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.