KamiAithein / Hiff

Haskell diff

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hiff

Haskell implementation of diff

Prints the patches onto file1 one would need to apply to make file1 into file2

Quickstart

$ ./Hiff-exe assets/test1 assets/test2
> + 14 "Nulla facilisi"
> - 8 "Nulla facilisi"

About

Haskell diff

License:Other


Languages

Language:Haskell 100.0%