Skip to content

Python compiler built with PLY that interprets core C grammar. It parses math expressions into an Abstract Syntax Tree (AST) and outputs MIPS assembly. Currently supports arithmetic, variables, and parentheses, with plans to complete the mips assembly features.

Notifications You must be signed in to change notification settings

Meatchema/Basic-C-Compiler

 
 

About

Python compiler built with PLY that interprets core C grammar. It parses math expressions into an Abstract Syntax Tree (AST) and outputs MIPS assembly. Currently supports arithmetic, variables, and parentheses, with plans to complete the mips assembly features.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.5%
  • Assembly 0.5%