This project was carried by two students from UFF (Universidade Federal Fluminense):
- Rodrigo Cavalcanti João (Rodcvjoao)
- João André Campos Watanabe (johnnyw0)
The project intends to be similar (given its proportions) to the Github algorithm that shows changed, added and removed lines when editing code.
This repository has, besides the haskell files, a bunch of .txt (including previous versions of the code itself) where the user can use them to compare the changes and see the algorithm running.
- First step is to git clone the repository to your local computer (URL: https://github.com/Rodcvjoao/Diff-Haskell.git)
- Second is to compile the code with: ghc main.hs (If you run into troubles, try adding functions.hs to the compiling line)
- Lastly, run ./main filepath1 filepath2
Done! Have fun comparing strings! :D
