refactor: renamed readme to readme.md (#14283)

This commit is contained in:
Jovial Joe Jayarson
2020-05-11 17:20:40 +05:30
committed by GitHub
parent 9502e39b63
commit 14f76f721d
2 changed files with 7 additions and 5 deletions

7
compiler/readme.md Normal file
View File

@@ -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.

View File

@@ -1,5 +0,0 @@
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 https://nim-lang.org/docs/intern.html for more information.