diff --git a/README.md b/README.md new file mode 100644 index 0000000..e977d2c --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# 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)* diff --git a/dist-archive/pint-r1.zip b/dist-archive/pint-r1.zip new file mode 100644 index 0000000..c5789c6 Binary files /dev/null and b/dist-archive/pint-r1.zip differ