evaluate-expressions topic

List evaluate-expressions repositories

ExpressionEvaluator

565
Stars
96
Forks
Watchers

A Simple Math and Pseudo C# Expression Evaluator in One C# File. Can also execute small C# like scripts

Eval

178
Stars
7
Forks
Watchers

Eval is a lightweight interpreter framework written in Swift, evaluating expressions at runtime

dentaku

853
Stars
161
Forks
Watchers

math and logic formula parser and evaluator

xFunc

50
Stars
6
Forks
Watchers

xFunc provides a powerful parser and analyzer for mathematical expressions. It excels at calculating derivatives, simplifying expressions, and achieving high performance.

simple-evaluate

60
Stars
5
Forks
Watchers

A safe parse for simple js expression

Script.apex

29
Stars
8
Forks
Watchers

Evaluate Javascript expressions in Apex

eval-estree-expression

41
Stars
3
Forks
Watchers

Safely evaluate JavaScript (estree) expressions, sync and async.

tinyexpr-plusplus

67
Stars
10
Forks
Watchers

Tiny recursive descent expression parser, compiler, and evaluation engine for math expressions and spreadsheet formulas in C++.

javaluator

27
Stars
7
Forks
Watchers

A java infix evaluator based on "Shunting Yard" algorithm.