QinlinChen / cmm-compiler

A compiler for the CMM language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>

About

A compiler for the CMM language.


Languages

Language:C 90.3%Language:Yacc 5.7%Language:Lex 3.1%Language:Makefile 0.9%