Here are
157 public repositories
matching this topic...
Fast, portable, non-Turing complete expression evaluation with gradual typing (Go)
JavaScript Expression Parser
Updated
Jun 3, 2022
JavaScript
A library and Debugger Visualizer which translates Expression Trees into readable C# source code. .NET 3.5+ and .NET Standard 1.0+.
a C# embeddable lexer and parser generator (.Net core)
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.
C# Expression Parser for Unity3D
yet another csharp expression parser
C++ Mathematical Expression Parser Benchmark
🎩 MAGES is a very simple, yet powerful, expression parser and interpreter.
Evaluate C# Formulas at Runtime
Modern Fortran function parser. An update of "fparser" by Roland Schmehl
Updated
Jun 6, 2022
Fortran
Python sandboxed expression parser
Updated
Jan 29, 2018
Python
A very simple expression evaluator written using a Pratt Parser
Updated
Jul 5, 2018
JavaScript
java math expression parser is faster than JEP
Updated
Apr 11, 2021
Java
Foundational tools for BCG GAMMA’s data science packages.
Updated
May 31, 2022
Python
Evaluates a math expression from a string. Supports variables and custom operators.
This package allows evaluating (parse with mapping) large amounts of data in a flexible manner, providing various processing functions
Go Mathematical Expression Toolkit. Run-time mathematical expression parser and evaluation engine.
A JavaScript calculator and an expression parser.
Updated
Apr 20, 2022
JavaScript
Algogo is an algorithm editor and interpreter. Lightweight and easy to use, it is free and open-source.
Project which started out as a calculator and evolved from there
Super fast expression evaluator/parser written in Java
Updated
May 29, 2022
Java
A Lightweight Java business rule expression language.
Updated
May 26, 2021
Java
Xpresion: simple and flexible Expression Parser Engine with variables support for PHP, Python, JavaScript
Mathematical and logical expression evaluator in Golang
A C# library to parse and evaluate any mathematical expression
This is a library that uses expression tree parsing to build a parameters object for performing search, suggest, and autocomplete actions with the Azure Search .NET SDK.
Improve this page
Add a description, image, and links to the
expression-parser
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
expression-parser
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Currently all numeral operations can only return tokens of the REAL type.
It would be expected that if both operands are of type INT that the resulting token would also be of type INT, as it is in most modern languages.