Libraries tagged by shunting
andig/php-shunting-yard
228152 Downloads
Refactored repack of https://github.com/droptable/php-shunting-yard
aboyadzhiev/php-math-parser
49339 Downloads
Simple mathematical expression parser and calculator.
ircmaxell/php-math-parser
25596 Downloads
A simple shunting-yard based math parser and executor for PHP
xylemical/php-expressions
91473 Downloads
An extensible mathematical expression parser and evaluator.
oat-sa/lib-beeme
188836 Downloads
Simple mathematical expression/equation parser and calculator.
protonlabs/php-shunting-yard
8099 Downloads
Refactored repack of https://github.com/droptable/php-shunting-yard
matthias-frank/php-math-parser
1637 Downloads
A simple shunting-yard based math parser and executor for PHP
ls-a/arithmetic-ast
65 Downloads
Implements the Shunting Yard Algorithm and creates an Abstract Syntax Tree with arithmetic operations
macfja/lexer-expression
3278 Downloads
Library to transform a Doctrine lexer into a RPN expression and solve it
inspirenmy/php-math-parser
4193 Downloads
Simple mathematical expression parser and calculator.
sergej-kurakin/php-shunting-yard
10 Downloads
Refactored repack of https://github.com/droptable/php-shunting-yard
pmishev/php-shunting-yard
239 Downloads
Refactored repack of https://github.com/andig/php-shunting-yard
mariopereira/php-shunting-yard
1 Downloads
Fork of https://github.com/andig/php-shunting-yard
freezewarp/php-shunting-yard
161 Downloads
Flexible shunting yard parser, based on https://github.com/andig/php-shunting-yard
dbeurive/shuntingyard
98 Downloads
This is an implementation of the shunting yard algorithm.