Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yakiyo/the-super-tiny-compiler.rs
Like The Super Tiny Compiler, but in Rust
https://github.com/yakiyo/the-super-tiny-compiler.rs
compiler rust super-tiny-compiler
Last synced: about 9 hours ago
JSON representation
Like The Super Tiny Compiler, but in Rust
- Host: GitHub
- URL: https://github.com/yakiyo/the-super-tiny-compiler.rs
- Owner: Yakiyo
- License: mit
- Created: 2023-07-19T03:32:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-20T05:11:48.000Z (over 1 year ago)
- Last Synced: 2023-07-20T06:29:28.293Z (over 1 year ago)
- Topics: compiler, rust, super-tiny-compiler
- Language: Rust
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![super-tiny-compiler-text](https://cloud.githubusercontent.com/assets/952783/14413766/134c4068-ff39-11e5-996e-9452973299c2.png)](./src/main.rs)
This is a rust version of the original [The Super Tiny Compiler](https://github.com/thejameskyle/the-super-tiny-compiler) written in Javascript. I came across a [Go version](https://github.com/hazbo/the-super-tiny-compiler) of the project which made me want to write one is rust too. It's a good way to practice some rust code. **This is currently WIP.**
## Usage
Run with cargo```bash
$ cargo run
```Yet to implement taking inputs from the command line. **TBA**
## Tests
```bash
$ cargo test
```