Ecosyste.ms: Awesome
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: 17 days ago
JSON representation
🛠A simple compiler which targets on subset of C language and generates RISC-V assembly code.
- Host: GitHub
- URL: https://github.com/kuanhungchen/spring-2020-compiler-design
- Owner: kuanhungchen
- Created: 2020-04-13T14:11:17.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-26T10:27:25.000Z (over 3 years ago)
- Last Synced: 2024-11-17T17:50:19.831Z (2 months ago)
- Topics: code-generator, compiler, compiler-design, lexical-analyzer, risc-v, syntax-analyzer
- Language: Yacc
- Homepage:
- Size: 33.2 KB
- Stars: 5
- Watchers: 3
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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 [[email protected]](mailto:[email protected]) or open an issue here if you have any ideas.