An open API service indexing awesome lists of open source software.

https://github.com/kuanhungchen/spring-2020-compiler-design

🛠 A simple compiler which targets on subset of C language and generates RISC-V assembly code.
https://github.com/kuanhungchen/spring-2020-compiler-design

code-generator compiler compiler-design lexical-analyzer risc-v syntax-analyzer

Last synced: 7 months ago
JSON representation

🛠 A simple compiler which targets on subset of C language and generates RISC-V assembly code.

Awesome Lists containing this project

README

          

# Spring-2020-Compiler-Design
- A simple front-end compiler which targets on subset of C language and generates RISC-V assembly code.
- Part 1: [Lexical Analyzer](./part1)
- Part 2: [Syntax Analyzer](./part2)
- Part 3: [Code Generator](./part3)

## Usage

To be released.

## Contact

Feel free to email me at [khchen.me@gmail.com](mailto:khchen.me@gmail.com) or open an issue here if you have any ideas.