Created skeleton for Groovy implementation, basic Nim implementation.

This commit is contained in:
Joanthan Bernard
2015-02-09 18:38:40 -06:00
commit ed2f7ec54d
5 changed files with 68 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
[Package]
name = "treeediff"
version = "0.1.0"
author = "Jonathan Bernard (jdb@jdb-labs.com)"
description = "Tree Diff"
license = "BSD"
bin = "treediff"
[Deps]
Requires: "nim >= 0.10.0, docopt >= 0.1.0, iterutils >= 0.1.0"