Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 369 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 369 Bytes

Dragon programming language interpretter

Examples

See examples/README.md for examples.

Build and running

To build:

stack setup
stack build

To run all tests in testfiles/ directory

stack test

To run program:

stack exec dragon < program_source_code