A formula parser written identically in multiple languages. https://code.ivysaur.me/fxe
pl
This repository has been archived on 2020-05-03. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
mappu e1fcfd4053 commit all archived files 2014-01-15 05:07:17 +00:00
dist-archive commit all archived files 2014-01-15 05:07:17 +00:00
.legacy-codesite.toml initial meta commit 2014-01-15 05:07:17 +00:00
README.md commit all archived files 2014-01-15 05:07:17 +00:00

README.md

fxe

A formula parser written identically in multiple languages.

FXE (Formula eXpression Evaluator) parses formulas using intuitive excel-like syntax. It's safe to pass untrusted input to.

  • Respects BEDMAS order of operations
  • Functions: IF(), MIN(), MAX(), OR(), AND() and easy to add more
  • Division by zero produces zero

FXE is implemented near-identically in several languages to allow parsing the same user input across a range of systems. All implementations pass the same test cases.

Tags: PL

Download