Skip to content

This is a very basic c++ option parser (inspired by LLVM tools option parser)

Notifications You must be signed in to change notification settings

paulsemel/cpp-option-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

C++ option parser

This is highly inspired from LLVM tools option parser.

The goal of this option parser is to provide a simple interface to be able to parse very simple command lines.

It obviously misses features, but PRs are always welcomed.

Example

To see an example of how to use it, see src/test.cc.

Dependencies

Fortunately, it depends on clang++, libc++ and c++2a features (std::span).

About

This is a very basic c++ option parser (inspired by LLVM tools option parser)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published