You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,12 @@
1
1
2
-
# CPP Expression Tree
2
+
# Cpp Expression Tree
3
3
4
-
Header-only C++14 library for creating and evaluating logical expression trees.
4
+
Cpp Expression Tree is a header-only, C++14 library for creating logical expression trees and using them to evaluate instances of user-defined data types.
5
5
6
6
Inspired by m-peko/booleval.
7
7
8
-
<br/>
9
-
10
8
This project is under development and is subject to change. Project contributions and issue reports are welcome. The more the merrier!
11
-
( ... well, hopefully not too many bug reports)
9
+
( ... well, maybe not so much for bug reports)
12
10
13
11
## Table of Contents
14
12
@@ -98,4 +96,4 @@ After cloning and compiling the project, navigate to the build directory that wa
98
96
ctest .
99
97
```
100
98
101
-
This will execute the unit tests and provide a pass/fail indication for each one.
99
+
CTest will execute the unit tests and provide a pass/fail indication for each one.
0 commit comments