jpmag
jpmag
use longjmp() to the non-local jump Fixes #359
The parser was completely refactored ([#PR414](https://github.com/biojppm/rapidyaml/pull/414)). This was a large and hard job carried out over several months, and the result is: - A new event-based parser engine is now...
Updates to rapidyaml 0.10.0. Also adds an event emitter which does not require a rapidyaml tree. Because of this, container keys are now parsed.
Dev WIP
re https://github.com/biojppm/rapidyaml/discussions/227
... when run-on-arch merges uraimo/run-on-arch-action/pull/58 . See #69
In [this file](https://github.com/biojppm/c4core/blob/master/src/c4/ctor_dtor.hpp/#L17) I use some macros to hide SFINAE ugliness. This then has a big impact in the generated documentation; for example, it [says the code provides memcpy()](https://c4core.docsforge.com/master/api/memcpy/).
Fuzztest