A small compiler for the C language
forked from JessicaDouthit00/C-Compiler
-
Notifications
You must be signed in to change notification settings - Fork 0
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.
Meatchema/Basic-C-Compiler
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
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 0
No packages published
Languages
- Python 99.5%
- Assembly 0.5%