Skip to content
This repository has been archived by the owner on May 3, 2021. It is now read-only.
/ docopt.objc Public archive

Incomplete beginnings of an implementation of the docopt language in Objective-C.

License

Notifications You must be signed in to change notification settings

ole/docopt.objc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docopt.objc

Beginnings of an Objective-C (Foundation) implementation of the docopt language, under a MIT license.

Written (so far) by Ole Begemann, April 2013.

Status

This project began with the intention to implement docopt in Objective-C. Its current status (as of May 2013) is fundamentally incomplete. In fact, this project does not implement any docopt feature so far.

All it does is provide a starting point by parsing the official docopt testing fixtures at testcases.docopt and executing these test cases against the largely empty Docopt class.

Currently (as of May 7th, 2013), all tests that do not expect a result of "user-error" fail because the Docopt class has no working functionality.

Contributors Welcome

Your contributions to this project are highly welcome. These are the steps you should do:

  1. Open docopt.xcodeproj in Xcode.
  2. Run the tests by pressing Cmd+U.
  3. Read the failing test cases and fix them one by one by adding functionality to the -[Docopt parse] method.
  4. Refactor your implementation into nice code.

About

Incomplete beginnings of an implementation of the docopt language in Objective-C.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published