- Introduction
- Installation
- Usage
This program fulfills the requirements for CS 2263's Homework 1 assignment.
No installation information.
to run, type "gradle run" in your terminal while in your project root (assuming that you have gradle installed) followed by your option, or use -h or --help
So: gradle run --args="eval -b filename.txt" will evaluate a file named "filename.txt" stored in the resources folder.