Skip to content

Latest commit

 

History

History

rush-interpreter-tree

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Tree-walking Interpreter Backend

A rush interpreter which uses a tree-traversing algorithm for program execution.

Running rush Code

  • Prerequisite: A file ending in .rush which contains the program.
  • Execute the following command in order to run the program.
cargo run your-file.rush