Skip to content

tonyjo/CS539-HW-5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected]: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