Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imihajlow/ccpu-cc
A C11 compiler for the discrete logic computer
https://github.com/imihajlow/ccpu-cc
8bit c11 compiler
Last synced: about 1 month ago
JSON representation
A C11 compiler for the discrete logic computer
- Host: GitHub
- URL: https://github.com/imihajlow/ccpu-cc
- Owner: imihajlow
- License: other
- Created: 2023-01-16T19:49:40.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-03T19:00:38.000Z (9 months ago)
- Last Synced: 2024-04-24T07:25:49.179Z (9 months ago)
- Topics: 8bit, c11, compiler
- Language: Rust
- Homepage:
- Size: 532 KB
- Stars: 17
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CCPU-CC
An optimizing compiler targeting [my custom discrete logic computer](https://github.com/imihajlow/ccpu/).
You will need the linker from [the original repository](https://github.com/imihajlow/ccpu/).
The C standard library is located in [its own repository](https://github.com/imihajlow/ccpu-libc/).