Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 378 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 378 Bytes

MiniPLInterpreter

Running the program

In the project root folder, run: Cargo run path_to_file.txt (e.g. cargo run sample1.txt) to parse a single file.

Cargo run to open a command line parser where you can type code and hit enter to parse it.

Build Status