Skip to content

Calculates the similarity between two pieces of Haskell code.

License

Notifications You must be signed in to change notification settings

brentlintner/synt.hs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Synt.hs Hackage

Calculates the similarity between two pieces of Haskell code.

NOTICE

This project is not actively maintained, and is based on an old implementation of the Synt project.

If you want to help maintain this repo, please open an issue and ask!

Installation

cabal install synt

Usage

synt -h

Comparing Two Files

synt -c Foo.hs -t Bar.hs

Comparing Strings

synt -s -c "x = x ^ 2" -t "x = x * 2"

Hacking

./bin/dev-setup

Testing

This is your go to:

 cabal test

This also runs the tests without compiling, etc:

./bin/test

About

Calculates the similarity between two pieces of Haskell code.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published