Skip to content

Commit 236a99f

Browse files
committed
Updated README
1 parent a21148c commit 236a99f

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
Simple C/C++ preprocessor
22

3-
This is a simple and easy to use preprocessor.
3+
This is a simple C/C++ preprocessor.
44

5-
Written primarily for Cppcheck. But hopefully it will be reused in other projects also. There are no Cppcheck dependencies.
5+
To see how you can use simplecpp in your project, you can look at the file main.cpp.
66

7-
The intention is that this preprocessor will have good fidelity.
8-
* Preprocessor directives will be saved.
9-
* Comments will be saved.
10-
* Tracking which macro is expanded
7+
Simplecpp has better fidelity than normal C/C++ preprocessors.
8+
* Preprocessor directives are available.
9+
* Comments are available.
10+
* Tracking macro usage.
1111
This information is normally lost during preprocessing but it can be necessary for proper static analysis.
12+

0 commit comments

Comments
 (0)