This commit is contained in:
2020-10-13 10:27:27 +02:00
parent a833742fa1
commit cee5f89fa6

View File

@@ -9,7 +9,7 @@ In an existing project, which does not use unit tests yet or which is still unde
||stub_myfile.c| Actual stub containing all global variables and functions. | ||stub_myfile.c| Actual stub containing all global variables and functions. |
||stub_myfile.h| Header exposing all functions needed by CUnit test suite. | ||stub_myfile.h| Header exposing all functions needed by CUnit test suite. |
Stubser can be called repeatedly to the same output directory. It won't overwrite existing \*_user.c|h files. This makes it possible to use it alreday during development in early stages. Stubser can be called repeatedly to the same output directory. It won't overwrite existing \*_user.c|h files. This makes it possible to use it already during development in early stages.
## Regular Expression based C file parser ## Regular Expression based C file parser
This is a personal "experience collection" project to get more familiar with regular expressions in general, but also the use of it in GNU C. The focus is therefore not on performance. This is a personal "experience collection" project to get more familiar with regular expressions in general, but also the use of it in GNU C. The focus is therefore not on performance.