expression-parser
There are 214 repositories under expression-parser topic.
google/cel-go
Fast, portable, non-Turing complete expression evaluation with gradual typing (Go)
ezylang/EvalEx
EvalEx is a handy expression evaluator for Java, that allows to evaluate simple mathematical and boolean expressions.
EricSmekens/jsep
JavaScript Expression Parser
ArashPartow/exprtk
C++ Mathematical Expression Parsing And Evaluation Library https://www.partow.net/programming/exprtk/index.html
codingseb/ExpressionEvaluator
A Simple Math and Pseudo C# Expression Evaluator in One C# File. Can also execute small C# like scripts
agileobjects/ReadableExpressions
A library and Debugger Visualizer which translates Expression Trees into readable C# source code. .NET 3.5+ and .NET Standard 1.0+.
b3b00/csly
a C# embeddable lexer and parser generator (.Net core)
cparse/cparse
A C++ configurable Expression Parser. Useful as a Calculator or for helping you write your own Programming Language
deniszykov/csharp-eval-unity3d
C# Expression Parser for Unity3D
google/cel-java
Fast, portable, non-Turing complete expression evaluation with gradual typing (Java)
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.
ArashPartow/math-parser-benchmark-project
C++ Mathematical Expression Parser Benchmark
FlorianRappl/Mages
:tophat: MAGES is a very simple, yet powerful, expression parser and interpreter.
dy/subscript
Fast and tiny expression parser / evaluator.
tupac-amaru/yacep
yet another csharp expression parser
fkleon/math-expressions
A library for parsing and evaluating mathematical expressions, supporting real numbers, vectors, and basic interval arithmetic.
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 ™
tmteam/NFun
Expressions Evaluator for .NET
miroiu/string-math
Evaluates a math expression from a string. Supports variables and custom operators.
wangxin1248/gparser
基于 golang 原生语法解析器实现的轻量级规则引擎
dahomey-technologies/Dahomey.ExpressionEvaluator
Evaluate C# Formulas at Runtime
Pramod-Devireddy/go-exprtk
Go Mathematical Expression Toolkit. Run-time mathematical expression parser and evaluation engine.
sbesada/java.math.expression.parser
java math expression parser is faster than JEP
jacobwilliams/fortran_function_parser
Modern Fortran function parser. An update of "fparser" by Roland Schmehl
lhelwerd/expression-parser
Python sandboxed expression parser
jrop/pratt-calculator
A very simple expression evaluator written using a Pratt Parser
PolyhedralDev/Paralithic
Super fast expression evaluator/parser written in Java
nedpals/pbf
Library for serializing and deserializing PocketBase filter syntax.
Dandarawy/FunctionParser
A C# library to parse and evaluate any mathematical expression
NTDLS/CMathParser
A fairly robust mathematics parsing engine for C++ projects.
torrentg/expr
An expression parser supporting multiple types
AndreVianna/ExpressionParser
A C# expression parser for a single line strings.
arasgungore/integral-calculator
A C project which can calculate the definite integral of real functions using Newton-Cotes quadrature formulas.
Skyost/Algogo
Algogo is an algorithm editor and interpreter. Lightweight and easy to use, it is free and open-source.