Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 431 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 431 Bytes

Dylang Interpreter

A simple experimental interpreter for my own language

To run it, you'll need Java installed, Eclipse is recommended.

There are a number of test files in the Tests directory, to see examples of language syntax.

To run the tests, run DylanInterpreter/src/com/dylan/tester/Tester.java

To run a script, run DylanInterpreter/src/com/dylan/interpreter/Main.java with a file argument