diff options
Diffstat (limited to 'compiler/readme.md')
-rw-r--r-- | compiler/readme.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/compiler/readme.md b/compiler/readme.md new file mode 100644 index 000000000..ac47508dc --- /dev/null +++ b/compiler/readme.md @@ -0,0 +1,7 @@ +## Nim Compiler + +- This directory contains the Nim compiler written in Nim. +- Note that this code has been translated from a bootstrapping version written in Pascal. +- So the code is **not** a poster child of good Nim code. + +See [Internals of the Nim Compiler](https://nim-lang.org/docs/intern.html) for more information. |