summary refs log tree commit diff stats
path: root/compiler/readme.md
blob: 4a197991c42e572489c4daf03677d47d0d6b91f8 (plain) (blame)
1
2
3
4
5
6
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.github.io/Nim/intern.html) for more information.