Add helper function for evaluating expression

Summary: #as title

Reviewed By: jasmeetbagga

Differential Revision: D35850714

fbshipit-source-id: 5d1aa14b077d3441076cc8ea456cce45bcf459cf
This commit is contained in:
Bin Huang 2022-04-28 15:08:49 -07:00 committed by Facebook GitHub Bot
parent 95e9a2d117
commit 87144e1568
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,15 @@
[manifest]
name = exprtk
[download]
url = https://github.com/ArashPartow/exprtk/archive/refs/tags/0.0.1.tar.gz
sha256 = fb72791c88ae3b3426e14fdad630027715682584daf56b973569718c56e33f28
[build.not(os=windows)]
builder = nop
subdir = exprtk-0.0.1
[install.files]
exprtk.hpp = exprtk.hpp
[dependencies]

View File

@ -37,6 +37,7 @@ python
yaml-cpp
libyaml
CLI11
exprtk
[shipit.pathmap]
fbcode/fboss/github = .