Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XLZ_CLI

Overview

XLZ_CLI maps command-line options to C++ objects without runtime string hashing or virtual calls. Option definitions are processed at compile time into sorted arrays and static indices. The runtime parser consumes arguments as a linear pass, converting values via std::from_chars and reporting errors through std::expected.

License

MIT License - see LICENSE file for details.

About

My C++23 metaprogramming experiment: compile-time CLI parser

Topics

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages