Skip to content
This repository has been archived by the owner on Jan 7, 2024. It is now read-only.

Latest commit

 

History

History
39 lines (25 loc) · 1.11 KB

README.md

File metadata and controls

39 lines (25 loc) · 1.11 KB

Rust

Simple interpreter for the "rinha de compiladores" challenge

⚠️ Notice

This project is not finished yet, so it is not recommended to use it in production.

Run

Install Rust

Run project

cargo run --release --bin main ./examples/source.rinha

Run REPL

cargo run --release --bin repl

rinha_repl


Challenge Repo

LICENSE