Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jepeake/littledragon
a c to risc-v compiler implemented in c++
https://github.com/jepeake/littledragon
c compiler cpp risc-v
Last synced: 6 days ago
JSON representation
a c to risc-v compiler implemented in c++
- Host: GitHub
- URL: https://github.com/jepeake/littledragon
- Owner: jepeake
- Created: 2023-06-26T09:29:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-15T10:58:51.000Z (2 months ago)
- Last Synced: 2024-09-15T13:05:22.691Z (2 months ago)
- Topics: c, compiler, cpp, risc-v
- Language: C++
- Homepage:
- Size: 586 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# _littledragon_
_This repository contains a C to RISC-V Compiler implemented in C++._
_The source language is pre-processed C90 & the target language is RISC-V assembly._
---
![image](https://github.com/user-attachments/assets/54b19f31-a9e7-44fb-a99c-0052839c32b0)
---
### _Contributors_
_jepeake_
_mattstevenson22_---