This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Change regexec.c to use new foldEQ functions
[perl5.git] / ext / XS-APItest-KeywordRPN / README
CommitLineData
88e1f1a2
JV
1NAME
2
3XS::APItest::KeywordRPN - write arithmetic expressions in RPN
4
5DESCRIPTION
6
7This module supplies plugged-in keywords, using the new mechanism in Perl
85.11.2, that allow arithmetic to be expressed in reverse Polish notation,
9in an otherwise Perl program. This module has serious limitations and
10is not intended for real use: its purpose is only to test the keyword
11plugin mechanism. For that purpose it is part of the Perl core source
12distribution, and is not meant to be installed.
13
14AUTHOR
15
16Andrew Main (Zefram) <zefram@fysh.org>
17
18COPYRIGHT
19
20Copyright (C) 2009 Andrew Main (Zefram) <zefram@fysh.org>
21
22LICENSE
23
24This module is free software; you can redistribute it and/or modify it
25under the same terms as Perl itself.