scikit-build/scikit-build-core

Regex support for more complex structures?

Opened this issue · 0 comments

Currently, something like this is hard to capture:

#define NB_VERSION_MAJOR 2
#define NB_VERSION_MINOR 0
#define NB_VERSION_PATCH 1
#define NB_VERSION_DEV   1 // A value > 0 indicates a development release

As we only have a {value} field.