An ergonomic, constexpr-constructed C++ library for argument parsing, defining highly extensible parsing rules at compile-time that can be executed at runtime with a C API.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Avril 7ce1fd2ad0
leven.h: C++ interace: Added `string_ord<S>`: Compares strings based on levenshtein distaence, and `sim_map<T,S={}>`: an ordered map where the key is of `string_ord<S>` and the value is `T`.
1 year ago
include leven.h: C++ interace: Added `string_ord<S>`: Compares strings based on levenshtein distaence, and `sim_map<T,S={}>`: an ordered map where the key is of `string_ord<S>` and the value is `T`. 1 year ago
src `leven_diff()`: Added string literal overloads for comptime string comparison load and allocation reductions. 1 year ago
.gitignore exopt::util::leven_diff(): Added working levenshtein distance algorithm. 1 year ago
Makefile exopt::util::leven_diff(): Added working levenshtein distance algorithm. 1 year ago