Skip to content

Commit

Permalink
Improved Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
SatyaRanjanDas-tomtom committed Oct 25, 2024
1 parent 484d8ca commit 47b07e8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ TEST_CASE("Parsing hello world program")
**This example is a real one and is part of actual unit test of CppParser**.
For AST traversing, see the [CppWriter](cppwriter), that uses the generated AST to create files.
## Building CppParser
### Get the source
Expand Down
2 changes: 2 additions & 0 deletions cppparser/src/README.mdpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ Below is the program written as unit-test for validating the correctness of gene

**This example is a real one and is part of actual unit test of CppParser**.

For AST traversing, see the [CppWriter](cppwriter), that uses the generated AST to create files.

## Building CppParser

### Get the source
Expand Down
11 changes: 11 additions & 0 deletions cppwriter/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# cppwriter

`cppwriter` is a simple C++ code generation library.

## Features

Creates C++ source files (including headers) from `cppast`.
It is mainly used for:
- As an example to show how to traverse the AST generated by the CppParser.
- Testing the CppParser library.

0 comments on commit 47b07e8

Please sign in to comment.