Skip to content

A simple programming language interpreter written in Rust

Notifications You must be signed in to change notification settings

EclesioMeloJunior/alang-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple programming language interpreter written in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages