Skip to content

Commit 0ae3a3c

Browse files
authored
Merge pull request #13 from attwoodn/attwoodn-patch-2
Adds badges to README
2 parents 828ee60 + 61fc97e commit 0ae3a3c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Cpp Expression Tree
22

3+
[![Standard](https://img.shields.io/badge/C%2B%2B-14-blue.svg)](https://en.wikipedia.org/wiki/C%2B%2B14)
4+
[![license](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](https://github.com/attwoodn/cpp-expression-tree/blob/main/LICENSE)
5+
36
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.
47

58
Inspired by m-peko/booleval.

0 commit comments

Comments
 (0)