├── LICENSE ├── README.md ├── a ├── b ├── egOut.png ├── example.cf ├── hldiff.nim ├── hldiff.nimble └── hldiffpkg └── edits.nim /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/c-blake/hldiff/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/c-blake/hldiff/HEAD/README.md -------------------------------------------------------------------------------- /a: -------------------------------------------------------------------------------- 1 | the quick brown fox jumped over the lazy dogs 2 | -------------------------------------------------------------------------------- /b: -------------------------------------------------------------------------------- 1 | quic k brown fox jumped over the very busy dogs 2 | -------------------------------------------------------------------------------- /egOut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/c-blake/hldiff/HEAD/egOut.png -------------------------------------------------------------------------------- /example.cf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/c-blake/hldiff/HEAD/example.cf -------------------------------------------------------------------------------- /hldiff.nim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/c-blake/hldiff/HEAD/hldiff.nim -------------------------------------------------------------------------------- /hldiff.nimble: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/c-blake/hldiff/HEAD/hldiff.nimble -------------------------------------------------------------------------------- /hldiffpkg/edits.nim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/c-blake/hldiff/HEAD/hldiffpkg/edits.nim --------------------------------------------------------------------------------