/CS539-HW-5

HOPPL evaluator

Primary LanguagePythonMIT LicenseMIT

CS539-HW-5

Learning Goal

Learn how to evaluate a “higher-order” language with first class functions.

Setup

Note: This code base was developed on Python3.7

Clone Daphne directly into this repo:

git clone git@github.com:plai-group/daphne.git

(To use Daphne you will need to have both a JVM installed and Leiningen installed)

pip3 install -r requirements.txt

Usage

Change the daphne path in src/evaluator.py and src/daphne.py run:

cd src
python3 evaluator.py