The GNU Modula-2 front end to GCC

How to get source code using git

GNU Modula-2 is in the process of migrating into the GCC git tree. The development branch is available via git:

$ git clone git://gcc.gnu.org/git/gcc.git gcc-git-devel-modula2
$ cd gcc-git-devel-modula2
$ git checkout devel/modula-2
$ cd ..