Libraries tagged by shunting-yard
andig/php-shunting-yard
236722 Downloads
Refactored repack of https://github.com/droptable/php-shunting-yard
ircmaxell/php-math-parser
38278 Downloads
A simple shunting-yard based math parser and executor for PHP
xylemical/php-expressions
96941 Downloads
An extensible mathematical expression parser and evaluator.
oat-sa/lib-beeme
201600 Downloads
Simple mathematical expression/equation parser and calculator.
aboyadzhiev/php-math-parser
51095 Downloads
Simple mathematical expression parser and calculator.
protonlabs/php-shunting-yard
10238 Downloads
Refactored repack of https://github.com/droptable/php-shunting-yard
freezewarp/php-shunting-yard
217 Downloads
Flexible shunting yard parser, based on https://github.com/andig/php-shunting-yard
macfja/lexer-expression
3294 Downloads
Library to transform a Doctrine lexer into a RPN expression and solve it
inspirenmy/php-math-parser
4220 Downloads
Simple mathematical expression parser and calculator.
ls-a/arithmetic-ast
91 Downloads
Implements the Shunting Yard Algorithm and creates an Abstract Syntax Tree with arithmetic operations
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
3nr1c/php-shunting-yard
1344 Downloads
php-shunting-yard
zippovich2/expressions-parser
484 Downloads
Used shunting-yard algorithm to parse any expressions and RPN(Reverse Polish Notations) to execute it.