Skip to content

Interpreter written for Programming Languages and Paradigms course.

License

Notifications You must be signed in to change notification settings

wkordalski/dragon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Interpreter written for Programming Languages and Paradigms course.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published