summary refs log tree commit diff stats
path: root/compiler
diff options
context:
space:
mode:
authorJovial Joe Jayarson <jovial7joe@hotmail.com>2020-05-11 17:20:40 +0530
committerGitHub <noreply@github.com>2020-05-11 13:50:40 +0200
commit14f76f721da663c9ef15d4adf51ab4c87eda8366 (patch)
treeecff7921f98680fe84bac8b88238a46595183999 /compiler
parent9502e39b634eea8e04f07ddc110b466387f42322 (diff)
downloadNim-14f76f721da663c9ef15d4adf51ab4c87eda8366.tar.gz
refactor: renamed readme to readme.md (#14283)
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.