expression-evaluator
There are 391 repositories under expression-evaluator topic.
josdejong/mathjs
An extensive math library for JavaScript and Node.js
expr-lang/expr
Expression language and expression evaluation for Go
killme2008/aviatorscript
A high performance scripting language hosted on the JVM.
microsoft/RulesEngine
A Json based Rules Engine with extensive Dynamic expression support
google/cel-go
Fast, portable, non-Turing complete expression evaluation with gradual typing (Go)
dynamicexpresso/DynamicExpresso
C# expressions interpreter
ezylang/EvalEx
EvalEx is a handy expression evaluator for Java, that allows to evaluate simple mathematical and boolean expressions.
mariuszgromada/MathParser.org-mXparser
Math Parser: Java, C#, C++, Kotlin, Android, and all .NET platforms (Nuget, Maven, CMake). Supports .NET Framework, .NET Core, .NET Standard, Xamarin, and more. Features: rich built-in library of math functions, operators, constants. Flexible in user-defined arguments, functions. Expressions provided as plain text. Easy to use. Well documented.
soulverteam/SoulverCore
A powerful Swift framework for evaluating natural language math expressions
PaesslerAG/gval
Expression evaluation in golang
ArashPartow/exprtk
C++ Mathematical Expression Parsing And Evaluation Library https://www.partow.net/programming/exprtk/index.html
jarun/bcal
:1234: Bits, bytes and address calculator
mparlak/Flee
Fast Lightweight Expression Evaluator
codingseb/ExpressionEvaluator
A Simple Math and Pseudo C# Expression Evaluator in One C# File. Can also execute small C# like scripts
alexreich/RulesEngineEditor
Editor for Microsoft RulesEngine - Blazor UI library intended for integration in Web or Desktop
ISibboI/evalexpr
A powerful expression evaluation crate 🦀.
neonxp/MathExecutor
Simple math expresions parser and calculator
zolyfarkas/spf4j
Simple performance framework for java
deniszykov/csharp-eval-unity3d
C# Expression Parser for Unity3D
sklose/NCalc2
expression evaluator for .NET with built-in compiler
bijington/expressive
Expressive is a cross-platform expression parsing and evaluation framework. The cross-platform nature is achieved through compiling for .NET Standard so it will run on practically any platform.
dy/subscript
Fast and tiny expression parser / evaluator.
tupac-amaru/yacep
yet another csharp expression parser
matheval/expression-evaluator-c-sharp
Matheval is a mathematical expressions evaluator library written in C#. Allows to evaluate mathematical, boolean, string and datetime expressions
SymbolicML/DynamicExpressions.jl
Ridiculously fast symbolic expressions
madorin/matex
PHP Mathematical expression parser and evaluator
Giorgi/Math-Expression-Evaluator
A C# library for parsing mathemitical expressions with support for parentheses and variables.
fkleon/math-expressions
A library for parsing and evaluating mathematical expressions, supporting real numbers, vectors, and basic interval arithmetic.
zzzprojects/Eval-SQL.NET
SQL Eval Function | Dynamically Evaluate Expression in SQL Server using C# Syntax.
Blake-Madden/tinyexpr-plusplus
Tiny recursive descent expression parser, compiler, and evaluation engine for math expressions and spreadsheet formulas in C++.
xapix-io/axel-f
Friendly language for data manipulation inspired by Microsoft Excel ™
m-peko/booleval
Header-only C++17 library for evaluating logical expressions.
google/lldb-eval
lldb-eval is a library for evaluating expressions in the debugger context
tmteam/NFun
Expressions Evaluator for .NET
Photosounder/rouziclib
This is my personal library of code that is common to my different projects (Photosounder, SplineEQ, Spiral and others)
jonschlinkert/eval-estree-expression
Safely evaluate JavaScript (estree) expressions, sync and async.