adopt
Option parser
A simple UNIX-style option parser in Common Lisp.
A Damn OPTion parsing library.
31 stars
3 watching
3 forks
Language: Common Lisp
last commit: 5 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
clojure/tools.cli | Provides a framework for parsing command-line options in Clojure programs. | 723 |
jcomellas/getopt | A library to parse command line arguments using GNU getopt syntax in Erlang. | 249 |
badaix/popl | A lightweight C++ library for parsing command-line options and arguments in a single header file. | 166 |
leejarvis/slop | A simple and lightweight option parser for Ruby applications | 1,129 |
scopt/scopt | A lightweight command-line options parsing library for Scala applications. | 1,433 |
c9s/getoptionkit | An object-oriented option parser library for PHP, supporting type constraints and various options formats. | 150 |
pcapriotti/optparse-applicative | A Haskell library for parsing command-line options in an applicative style | 914 |
mpusz/getopt | A C++ library that parses command line options in a way compatible with the C++ Standard Library. | 0 |
dnaeon/clingon | A command-line options parser system for Common Lisp | 127 |
sjl/temperance | An implementation of a Warren Abstract Machine in Common Lisp to support logic programming and Prolog-like functionality. | 58 |
drewc/smug | A parser combinator library for creating recursive descent parsers in Common Lisp | 108 |
jxxcarlson/l1 | A language demo project showcasing fault-tolerant parsing techniques for a simple language with a Lisp-like syntax. | 0 |
abolz/cmdline2 | A C++ library for parsing command line arguments with support for customizable syntax and multiple option types. | 18 |
cngilbreth/optionsf90 | A module for parsing command-line options and input parameters in Fortran programs. | 12 |
boostorg/program_options | A library that allows C++ developers to parse command line arguments and configuration files in a flexible and robust manner. | 110 |