arpitjain099 / Compilers

Constructed a C to Assembly language compiler from scratch, making use of lexical analyzers, parsers and language semantics. The target was to output code into assembly language so that it can further be translated to native machine language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

Constructed a C to Assembly language compiler from scratch, making use of lexical analyzers, parsers and language semantics. The target was to output code into assembly language so that it can further be translated to native machine language.


Languages

Language:C 100.0%Language:Shell 0.0%