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: 5 months 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-21T05:11:51.000Z (almost 2 years ago)
- Last Synced: 2024-12-28T00:43:39.620Z (6 months ago)
- Topics: compiler, rust, super-tiny-compiler
- Language: Rust
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](./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
```