Skip to content
/ wcs-259 Public

university coursework implementing an interpreter for a functional language using javacc

License

Notifications You must be signed in to change notification settings

msd/wcs-259

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interpreter for a functional language

university coursework

Implements the interpreter for a purely functional programming language using javacc.

The language is specified in the file spec.txt

Prerequisites

Download java and make sure it is added to the PATH

Download javacc v7 and extract it to a folder named "javacc". Then copy the file "javacc\bootstrap\javacc-*.jar" in a new directory "javacc\target" and name it "javacc.jar"

Usage

Windows 10

Compiling the interpreter: Open (Right-click > Open) compile.bat

Running the file "input.txt": Open (Right-click > Open) runinput.bat

About

university coursework implementing an interpreter for a functional language using javacc

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published