diff options
author | Araq <rumpf_a@web.de> | 2011-04-12 01:13:42 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-04-12 01:13:42 +0200 |
commit | cd292568d775d55d9abb51e962882ecda12c03a9 (patch) | |
tree | 85451f0e1f17dc0463350915f12bdd0a82a73455 /doc | |
parent | 46c41e43690cba9bc1caff6a994bb6915df8a1b7 (diff) | |
download | Nim-cd292568d775d55d9abb51e962882ecda12c03a9.tar.gz |
big repo cleanup
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/intern.txt | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/doc/intern.txt b/doc/intern.txt index c347a498c..7fee87a93 100755 --- a/doc/intern.txt +++ b/doc/intern.txt @@ -21,22 +21,17 @@ Path Purpose ============ ============================================== ``bin`` generated binary files ``build`` generated C code for the installation -``nim`` Pascal sources of the Nimrod compiler; this - has been used for bootstrapping, but new - development is done with the Nimrod version. -``rod`` Nimrod sources of the Nimrod compiler; - automatically generated from the Pascal - version. -``data`` data files that are used for generating source - code; not used anymore +``compiler`` the Nimrod compiler itself; 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 +``config`` configuration files for Nimrod +``dist`` additional packages for the distribution ``doc`` the documentation; it is a bunch of reStructuredText files -``dist`` additional packages for the distribution -``config`` configuration files for Nimrod ``lib`` the Nimrod library; ``rod`` depends on it! ``web`` website of Nimrod; generated by ``koch.py`` from the ``*.txt`` and ``*.tmpl`` files -``obj`` generated ``*.obj`` files ============ ============================================== |