Skip to content

Latest commit

 

History

History
41 lines (20 loc) · 439 Bytes

README.md

File metadata and controls

41 lines (20 loc) · 439 Bytes

C_Compiler

A Compiler for C 89 to Arm v9 assembly using dynamic memory and register allocation.

Currently implemented features:

-Arithmetic Expressions

-Logical Expressions

-Bitwise Expressions

-Function Definition and Decleration

-Function Calls

-Structures

-While Loops

-For Loops

-Custom Types

Known To-do

-If Statements

-Pointers

-Arrays

-Variable modifier

-Const correctness

-Clarify grammer

-Optimise code