Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 356 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 356 Bytes

Evasion is a garbage collected and compiled language written in Rust. I have no intention of creating a production ready language but my aim is to understand compiler optimization and learn rust along the way :).

Right now, there is a repl where you can input basic arithmetic operation and boolean logic. My next step is to compile if/else expressions.