feat: skip strings

This commit is contained in:
2026-05-22 00:54:07 +02:00
parent 3736df7249
commit ac6945e926
3 changed files with 57 additions and 31 deletions

View File

@@ -9,6 +9,7 @@ Single Heaer Meta Programming Header Library for C. The same header for both cod
- Only parses `typedef struct { ... } type_name;`
- Will generate colliding definitions in case of types with the same name
- Parsing expects more or less correct code, if you forget a semi it will generating bad code
## Quick start