Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 566 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 566 Bytes

C- Compiler

A C- Compiler made for a processor based on MIPS using FLEX and YACC-Bison

This repository consists of a C- Compiler, a subset of the C language, made for a unicyclic processor based on MIPS with RISC instruction set (1) using FLEX (Fast Lexical Analyzer Generator) for the lexical analyzer and YACC-Bison for the syntactic analyzer.

References

  1. MIPS-Based-Unicycle-Computer-System

@TalesNogueira