This is a port of Python docopt library http://github.com/docopt/docopt
** WORK IS CURRENTLY IN PROGRESS **
- Rust >= 0.4 // using bleeding-edge master branch of Rust
- GNU Make == 3.81 // you can try other versions as well
Run following commands to init and update git submodules:
git submodule init git submodule update
To build and run language agnostic tests:
make
Run unit tests:
make run_tests
Run only agnostic tests:
make run_agnostic_tests
Clean:
make clean
Agnositc tests all fail exept first, as by now almost nothing is implemented yet.
** WORK IS CURRENTLY IN PROGRESS **