mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-17 00:24:16 +00:00
refactor: renamed readme to readme.md (#14283)
This commit is contained in:
committed by
GitHub
parent
9502e39b63
commit
14f76f721d
7
compiler/readme.md
Normal file
7
compiler/readme.md
Normal 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.
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user