You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extract the files: $ unzip Rust_Interpreter.zip
Compile: $ make
Run $ ./interpreter <file-name.txt>
There is a test file called test1.txt that contains all the cases requested.