Skip to content

rsschoolfp/lambda-calculus-interpreter

This branch is 1 commit ahead of, 2 commits behind master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Artsiom Kukharev
Sep 23, 2018
2e41fd5 Β· Sep 23, 2018

History

68 Commits
Jun 1, 2018
Sep 23, 2018
Aug 14, 2018
May 22, 2018
Aug 30, 2018
May 22, 2018
May 22, 2018
Sep 3, 2018
May 22, 2018
Sep 23, 2018
Aug 30, 2018
May 22, 2018

Repository files navigation

lambda-calculus-interpreter

Build Status

Testing

To run tests execute

$ stack test

To re-run tests on file changes execute

$ stack test --file-watch

To add a new test, create a module inside tests directory, this module should export its tests as TestTree datatype. Then import this new module to tests/Spec.hs, and add its tests to list of other tests in main (see ShadowingTest for example).

For windows users

The issue with symbol Ξ» occures with encoding system different from UTF-8. Thus, to run project on Windows machine you should set UTF-8 encoding for terminal. Example for PowerShell:

lambda-calculus-interpreter>chcp 65001
lambda-calculus-interpreter>stack ghci

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published