1 parent 6d2233c commit ef201dbCopy full SHA for ef201db
2 files changed
CITATION.cff
@@ -5,6 +5,7 @@ authors:
5
- family-names: "Van Winkle"
6
given-names: "Lewis"
7
license: Zlib
8
+doi: 10.5281/zenodo.21817114
9
repository-code: "https://github.com/codeplea/tinyexpr"
10
url: "https://codeplea.com/tinyexpr"
11
keywords:
README.md
@@ -3,6 +3,7 @@
3
# TinyExpr
4
[](https://github.com/codeplea/tinyexpr/actions/workflows/ci.yml)
+[](https://doi.org/10.5281/zenodo.21817114)
TinyExpr is a very small recursive descent parser and evaluation engine for
math expressions. It's handy when you want to add the ability to evaluate
0 commit comments