git clone https://@opensourceprojects.eu/git/p/modula2/tools/sources modula2-tools-sources



File Date Author Commit
Makefile.m2pp 2019-02-03 Michael Riedl Michael Riedl [294452] initial version
README 2018-06-06 Michael Riedl Michael Riedl [d4d1b4] new
m2pp.mod 2019-02-03 Michael Riedl Michael Riedl [b46786] usage message improved
m2pp_linux_binary 2018-06-15 Michael Riedl Michael Riedl [c1970c] m2pp binary added

Read Me

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 ...