Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 402 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 402 Bytes

Alang

This is a programming language interpreter written in rust. Currently, the goal is to be able to calculate aritimetic expressions and then adding, incrementally, loops and conditional flows

Now it is possible to run the project with a simple cargo run (remember to clone the project), after that an REPL will start and you can type 2 + 2 and the AST of the expression will be printed.