Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 307 Bytes

File metadata and controls

6 lines (5 loc) · 307 Bytes

Interpreter_PLC

PLC Interpreter Project by Vincent Portelli, Michael Smith, and Thomas Lerner.

How to run the Interpreter

  • Run Interpreter3.rkt and call (interpret '"<filename>") such as (interpret '"code.txt").
  • The interpreter will return the value returned by the given code in the file.