commit all archived files

This commit is contained in:
mappu 2014-01-15 05:07:17 +00:00
parent faa68366c6
commit e1fcfd4053
3 changed files with 21 additions and 0 deletions

21
README.md Normal file
View File

@ -0,0 +1,21 @@
# fxe
![](https://img.shields.io/badge/written%20in-PHP%2C%20Javascript%2C%20Python-blue)
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
- [⬇️ fxe_r15.zip](dist-archive/fxe_r15.zip) *(11.28 KiB)*
- [⬇️ fxe_r14.zip](dist-archive/fxe_r14.zip) *(11.28 KiB)*

BIN
dist-archive/fxe_r14.zip Normal file

Binary file not shown.

BIN
dist-archive/fxe_r15.zip Normal file

Binary file not shown.