Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sepiropht/tiny-compiler-rs
super-tiny-compiler implementation in rust
https://github.com/sepiropht/tiny-compiler-rs
compiler lisp rust
Last synced: 1 day ago
JSON representation
super-tiny-compiler implementation in rust
- Host: GitHub
- URL: https://github.com/sepiropht/tiny-compiler-rs
- Owner: sepiropht
- Created: 2019-05-29T12:59:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-11T20:01:16.000Z (3 months ago)
- Last Synced: 2024-08-11T21:19:55.226Z (3 months ago)
- Topics: compiler, lisp, rust
- Language: Rust
- Homepage:
- Size: 9.77 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tiny compiler (wip)
I'm currently learning rust and compiler design. This is a implementation of [the-super-tiny-compiler](https://github.com/jamiebuilds/the-super-tiny-compiler) in rust.
## Test
```shell
cargo test
```