ack/lang/m2/pmfile

17 lines
241 B
Plaintext
Raw Normal View History

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