Skip to content

Li-Jia-Jun/CMM-Compiler

Repository files navigation

Cmm Compiler

This is a Cmm(C Minus Minus) compiler written in C++. It can parse and output results of any standard cmm codes.

The complier includes lexical analysis, syntatic analysis, semantic analysis and execution. For implementation details, please refer to the doc file.

DFA() of the this compiler:

Example of prasing statements:

Example execution result:

About

A Cmm(C Minus Minus) Compiler written in C++.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages