perl-Affix-Infix2Postfix

Perl extension for converting from infix notation to postfix notation

SRPM:     perl-Affix-Infix2Postfix-0.03-4.n0i.4.fc7.src.rpm
SPEC:     perl-Affix-Infix2Postfix.spec
Version:  0.03
Release:  4.n0i.4.fc7
Epoch:    
License:  Artistic
Group:    Development/Libraries
Size:     5792
Packager: Marius Feraru <altblue@n0i.net>
Vendor:   n0i.net
URL:      http://search.cpan.org/dist/Affix-Infix2Postfix/
Date:     Thu May 24 2007, 18:13 GMT

Description:

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.

Changelog:

  • Tue May 22 2007 Marius Feraru <altblue@n0i.net> - 0.03-4.n0i.4
    - mass rebuild
  • Wed May 09 2007 Marius Feraru <altblue@n0i.net> - 0.03-3.n0i.3
    - spec file (re)created using N0i::CPAN::RPMizer v1.14.5
    - rebuild on perl 5.8.8
  • Fri Mar 03 2006 Marius Feraru <altblue@n0i.net> - 0.03-2.n0i.2
    - automatic rebuild (perl 5.8.8)
  • Thu Jul 28 2005 Marius Feraru <altblue@n0i.net> 0.03-1.n0i.1
    - spec file (re)created using N0i::CPAN::RPMizer/1.01
    - rebuild on perl 5.8.7

Files:

  • Affix-Infix2Postfix-0.03.tar.gz
  • perl-Affix-Infix2Postfix.spec

Requires:

  • perl(ExtUtils::MakeMaker)
  • reb00t-rpmdevtools
  • rpmlib(CompressedFileNames)