Switch to side-by-side view

--- a
+++ b/README
@@ -0,0 +1,10 @@
+In this repository I will add some more or less useful tools I implemented
+in Modula-2
+
+- m2pp : A simple Modula-2 preprocessor. See comments within the file for
+         syntax etc. You need the InOut library and the TokenLib module
+         (in StringHandler) to get it compiled. It is necessary for
+         pre-processing files with the "*.m2pp" extension (e.g. in Numerik)
+         if you are not using the XDS Modula-2 system.
+
+- more may follow ...