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.
pint/README.md

19 lines
472 B
Markdown

# pint
![](https://img.shields.io/badge/written%20in-PHP-blue)
A minimal expression evaluator with pluggable functions.
By using the precedence climbing method, it (A) respects infix order of operations, and (B) clocks in at 4x fewer lines than my earlier `fxe`.
Tags: PL
## See Also
Precedence Climbing: https://en.wikipedia.org/wiki/Operator_precedence_parser#Precedence_climbing_method
## Download
- [⬇️ pint-r1.zip](dist-archive/pint-r1.zip) *(2.11 KiB)*