Added support for the Modula-2 compiler.

This commit is contained in:
dtrg
2006-07-26 17:12:19 +00:00
parent 26b17074a1
commit 2d2ee38770
3 changed files with 194 additions and 1 deletions

16
lang/m2/pmfile Normal file
View File

@@ -0,0 +1,16 @@
-- $Source$
-- $State$
local d = ROOTDIR.."lang/m2/"
include (d.."comp/pmfile")
lang_m2 = group {
lang_m2_compiler
}
-- Revision history
-- $Log$
-- Revision 1.1 2006-07-26 17:12:19 dtrg
-- Added support for the Modula-2 compiler.
--