summary refs log tree commit diff stats
path: root/compiler
diff options
context:
space:
mode:
Diffstat (limited to 'compiler')
-rw-r--r--compiler/readme.md7
-rw-r--r--compiler/readme.txt5
2 files changed, 7 insertions, 5 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.
diff --git a/compiler/readme.txt b/compiler/readme.txt
deleted file mode 100644
index ccfad7748..000000000
--- a/compiler/readme.txt
+++ /dev/null
@@ -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.