Skip to content

AudenHuang/H2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

H2

This is the second practical for CS2006. This folder has a .cabal file for building and testing the scripting language program as well as a couple of text files for testing the import functionality. The src folder contain all the .hs files for the scripting language and for testing.

Requirements

QuickCheck must be installed to run the tests for the scripting language. We recommend using cabal to install it using the terminal with the following command.

$ cabal install QuickCheck
$ cabal install mtl
$ cabal install haskeline

Scripting Language

To run the scripting language, cd to the Haskell folder and run the following commands

$ cabal build
$ cabal run H2

Test

To run the test, cd to the Haskell folder and run the following commands

$ cabal build
$ cabal run test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published