Menu

Tree [a37c8e] master /
 History

HTTPS access


File Date Author Commit
 doc 2014-11-02 Marcus Marcus [a37c8e] Program has full functionality and works correct.
 EvalFiles.hs 2014-11-02 Marcus Marcus [a37c8e] Program has full functionality and works correct.
 README.md 2014-10-27 Marcus Marcus [05b151] First version of program IO actions are not com...
 cfi.hs 2014-11-02 Marcus Marcus [a37c8e] Program has full functionality and works correct.
 copyright 2014-10-27 Marcus Marcus [05b151] First version of program IO actions are not com...
 gpl.txt 2014-10-27 Marcus Marcus [05b151] First version of program IO actions are not com...

Read Me

cfi

Compares two files and gives a report on differences.

Program written in haskell.
To compile, install ghc and run:
ghc --make cfi.hs

cfi - Compares two files and gives a report on differences.
Copyright (C) 2014 Marcus Pedersén

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the license, or
(at your opinion) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT WARRENTY; without even the implied warrenty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have recieved a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/license/>.

More information on haskell and ghc: http://www.haskell.org