Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```