[m-rev.] for review 1/3: Create README.md

Paul Bone paul at bone.id.au
Tue May 27 14:35:49 AEST 2014


From: Sebastian Godelet <sebastian.godelet+github at gmail.com>

Branches: master

For review by anyone.

(Commit log by Paul Bone)

---

Create README.md

Github will automatically format and display a file named README.md in the
root directory of any project.  This can be helpful to, at a minimum, direct
anyone browsing github to the project's website.  Sebastian has contributed
the following README.md.

README.md:
    New markdown-formatted README file for github.
---
 README.md | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)
 create mode 100644 README.md

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..5537984
--- /dev/null
+++ b/README.md
@@ -0,0 +1,32 @@
+Mercury
+=======
+
+This is the Melbourne implementation of the [Mercury](http://www.mercurylang.org/) logic programming system.
+
+## Instructions
+
+ * Low-level backend compilers
+  * [.Net IL](README.DotNet)
+  * [Clang](README.clang)
+  * [lcc](README.lcc)
+ * High-level backend targets
+  * [C#](README.CSharp)
+  * [Erlang](README.Erlang)
+  * [Java](README.Java)
+ * Unix
+  * [FreeBSD](README.FreeBSD)
+  * [AIX](README.AIX)
+  * [HP-UX](README.HPUX)
+  * [Solaris](README.Solaris)
+  * [IRIX-5](README.IRIX-5)
+  * [MacOS](README.MacOS)
+ * [Linux](README.Linux)
+  * [Alpha](README.Linux-Alpha)
+  * [PPC](README.Linux-PPC)
+  * [m68k](README.Linux-m68k)
+ * Cross compilation
+  * [MinGW](README.MinGW-cross)
+ * [Windows](README.MS-Windows)
+  * Using the [Visual C compiler](README.MS-VisualC)
+  * Using the [MinGW gcc compiler](README.MinGW)
+  * Using the [Cygwin](README.Cygwin) environment
-- 
2.0.0.rc0




More information about the reviews mailing list