From 14f76f721da663c9ef15d4adf51ab4c87eda8366 Mon Sep 17 00:00:00 2001 From: Jovial Joe Jayarson Date: Mon, 11 May 2020 17:20:40 +0530 Subject: refactor: renamed readme to readme.md (#14283) --- compiler/readme.md | 7 +++++++ compiler/readme.txt | 5 ----- 2 files changed, 7 insertions(+), 5 deletions(-) create mode 100644 compiler/readme.md delete mode 100644 compiler/readme.txt (limited to 'compiler') 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. -- cgit 1.4.1-2-gfad0