A parser for docopt syntax written in Pharo using PetitParser framework.
Docopt Parser
=============
## Load this project
~~~
Metacello new
baseline: 'DocoptParser';
repository: 'github://juliendelplanque/DocoptParser/repository';
load
~~~