Skip to content

Commit ef201db

Browse files
committed
Add Zenodo DOI badge and DOI to citation file
1 parent 6d2233c commit ef201db

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

CITATION.cff

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ authors:
55
- family-names: "Van Winkle"
66
given-names: "Lewis"
77
license: Zlib
8+
doi: 10.5281/zenodo.21817114
89
repository-code: "https://github.com/codeplea/tinyexpr"
910
url: "https://codeplea.com/tinyexpr"
1011
keywords:

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# TinyExpr
44

55
[![CI](https://github.com/codeplea/tinyexpr/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/codeplea/tinyexpr/actions/workflows/ci.yml)
6+
[![DOI](https://zenodo.org/badge/50113629.svg)](https://doi.org/10.5281/zenodo.21817114)
67

78
TinyExpr is a very small recursive descent parser and evaluation engine for
89
math expressions. It's handy when you want to add the ability to evaluate

0 commit comments

Comments
 (0)