/cmm-compiler

A compiler for the CMM language.

Primary LanguageC

cmm-compiler

It is a compiler for the CMM(C-Minus-Minus) language, a subset of the C programming language. The target platform is MIPS32.

Dependency

  • GNU Flex
  • GNU Bison

Build

make 

Usage

./parser <src.cmm> <dst.s>