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++ 483
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 A command-line parser library for Go that simplifies building complex command-line interfaces. 2,157
ardalis/kata-catalog A collection of coding exercises to practice good habits and techniques in software development 745
ged/linkparser An interface to parse and analyze English sentences using the CMU Link Grammar 76
bkirwi/decline A composable command-line parser for Scala applications 646
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 446
ikskuh/zig-args An argument parser library for Zig programming language 253
jhumphry/parse_args A package to parse command line arguments and options in Ada 2012 12