Fedora Packages

perl-Affix-Infix2Postfix

Perl extension for converting from infix notation to postfix notation

Infix2Postfix as the name suggests converts from infix to postfix notation. The reason why someone would like to do this is that postfix notation is generally much easier to do in computers. For example take an expression like: a+b+c*d. For us humans it's pretty easy to do that calculation. But it's actually much better for computers to get a string of operations such as: a b + c d * +, where the variable names mean put variable on stack.

Releases Overview

Release Stable Testing
Fedora Rawhide 0.03-44.fc40 -
Fedora 40 0.03-44.fc40 -
Fedora 39 0.03-42.fc39 -
Fedora 38 0.03-41.fc38 -
File a new bug report »
Package Info

You can contact the maintainers of this package via email at perl-Affix-Infix2Postfix dash maintainers at fedoraproject dot org.



Sources on Pagure