docopt.c

Argument parser

A C-code generator for parsing command-line arguments in the docopt language

C-code generator for docopt language.

GitHub

320 stars
32 watching
47 forks
Language: Python
last commit: over 1 year ago
Linked from 2 awesome lists


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
docopt/docopt.fs A library that generates option parsers based on human-readable help messages. 34
docopt/docopt.net A .NET implementation of docopt to automatically derive command-line argument parsing logic from help text. 356
docopt/docopt.nim A command line arguments parser generator for Nim programming language. 214
docopt/docopt.cpp Automatically generates command-line interfaces based on a well-written usage message. 1,047
getopt-php/getopt-php A PHP library for parsing and processing command-line arguments 337
p-ranav/structopt A lightweight C++ header-only library for parsing command line arguments into a structured format. 469
jcomellas/getopt A library to parse command line arguments using GNU getopt syntax in Erlang. 251
dabbertorres/arguments A utility for parsing command line arguments in C++ 0
bfgroup/lyra A command line argument parser for C++ 493
robik/commandr A command-line argument parser with support for flags, options, arguments, and subcommands. 42
nk412/optparse A simple command-line argument parser for BASH scripts 159
mattbryson/bash-arg-parse A bash script template for parsing named, short and positional CLI arguments. 64
cosiner/argv A library to parse and split command line strings into argument arrays 41
cofyc/argparse A C-based command line arguments parsing library 694
boostorg/program_options A library that allows C++ developers to parse command line arguments and configuration files in a flexible and robust manner. 110