Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuchanns/rscc
๐ฆ๐ A small C compiler written in Rust, for learning purpose.
https://github.com/yuchanns/rscc
Last synced: 15 days ago
JSON representation
๐ฆ๐ A small C compiler written in Rust, for learning purpose.
- Host: GitHub
- URL: https://github.com/yuchanns/rscc
- Owner: yuchanns
- License: apache-2.0
- Created: 2024-07-24T04:56:28.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-09T08:10:39.000Z (3 months ago)
- Last Synced: 2024-08-09T10:31:40.430Z (3 months ago)
- Language: Rust
- Homepage:
- Size: 36.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## ๐ฃ rscc
๐ฆ๐ A small C compiler written in Rust, for learning purpose.
![Build Status](https://github.com/yuchanns/rscc/actions/workflows/test_compiler.yaml/badge.svg?branch=main)
This project is inspired by [rui314/chibicc](https://github.com/rui314/chibicc) and is based on Asahi Linux, utilizing ARM64 assembly language. ๐ ๏ธ
### Compatibility ๐ค
Works seamlessly on both MacOS ๐ and Linux ๐ง (aarch64).
### Requirements ๐
- **gcc** โ๏ธ
- **glibc-static** ๐ฆ### Running Tests ๐งช
To run the tests, use the following command:
```bash
cargo test
```