cli-args-parser-kata

CLI parser

Implementing a CLI arguments parser to process input in various formats

the goal of this kata is to learn to work incrementally by implementing a cli arguments parser.

GitHub

5 stars
2 watching
12 forks
last commit: over 4 years ago
Linked from 1 awesome list

bddincrementalkatalearningstudytddtesting

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
nealhu/args-kata Practices readable and maintainable coding skills in parsing command-line arguments 1
nickdelgrosso/dna-transcription-kata A kata for practicing string manipulation and bioinformatics data processing in a test-driven development context 9
jersou/clite-parser CLI generator from classes or objects 7
juancarlospaco/cliche A CLI argument parser library for Nim language 82
bfgroup/lyra A command line argument parser for C++ 493
blancas/kern A parser combinator library for Clojure to build recursive-descent parsers 237
bfontaine/katas A collection of solved programming challenges in 27 languages 20
alecthomas/kong Tool for parsing complex command-line interfaces into structured Go data 2,178
ardalis/kata-catalog A collection of coding exercises to practice good habits and techniques in software development 746
ged/linkparser A high-level interface to the CMU Link Grammar parser 76
bkirwi/decline A composable command-line parser for Scala applications 647
aviate-labs/parser-combinators.mo A library implementing monadic parser combinators for parsing structured data in the Motoko programming language. 4
kongaskristjan/fire-hpp Creates a CLI from a function signature with minimal boilerplate code 448
ikskuh/zig-args An argument parser library for Zig programming language 255
jhumphry/parse_args A package to parse command line arguments and options in Ada 2012 12