Split into multiple files

This commit is contained in:
Ganesh Viswanathan 2018-07-12 01:36:15 -05:00
commit cf629494a4
9 changed files with 900 additions and 888 deletions

View file

@ -5,13 +5,13 @@ author = "genotrance"
description = "c2nim helper to simplify and automate the wrapping of C libraries"
license = "MIT"
bin = @["nimgen"]
srcDir = "src"
skipDirs = @["tests"]
# Dependencies
requires "nim >= 0.17.0", "c2nim >= 0.9.13", "regex >= 0.7.1"
bin = @["nimgen"]
task test, "Test nimgen":
exec "nim e tests/nimgentest.nims"