Name Last Update
.gitignore Loading commit data...
README.md Loading commit data...
example.nim Loading commit data...
lapp.nim Loading commit data...
lapp.nimble Loading commit data...

README.md

Lapp is a command line parser that uses the regular help text for the synopsis as the specification for the options and arguments, it was originally written by Steve Donovan in Lua:

http://lua-users.org/wiki/LappFramework

...and ported to Nim by Steve. Then I made it work with current Nim.

See example.nim for how to use it.