summaryrefslogtreecommitdiff
path: root/pod/perl5112delta.pod
diff options
context:
space:
mode:
authorLeon Brocard <acme@astray.com>2009-11-19 16:56:37 +0000
committerLeon Brocard <acme@astray.com>2009-11-19 16:56:37 +0000
commit5994acf3cde9809b1858d6b9ffee845608bd5553 (patch)
treecea1c80396a5ffa8ea9bcee0a8e9002e48502d31 /pod/perl5112delta.pod
parent70c171b5595ca23d134b426a3e2e2e1d6a98ad36 (diff)
downloadperl-5994acf3cde9809b1858d6b9ffee845608bd5553.tar.gz
The lexer API is very exciting, but only mention it once
Diffstat (limited to 'pod/perl5112delta.pod')
-rw-r--r--pod/perl5112delta.pod9
1 files changed, 0 insertions, 9 deletions
diff --git a/pod/perl5112delta.pod b/pod/perl5112delta.pod
index ebf32844a1..3da21c3dfb 100644
--- a/pod/perl5112delta.pod
+++ b/pod/perl5112delta.pod
@@ -33,15 +33,6 @@ arithmetic via pluggable keywords. This module is mainly used for test
purposes, and is not normally installed, but also serves as an example
of how to use the new mechanism.
-=head2 Lexer API
-
-We have added a public API for the lowest layers of lexing. This is
-meant to provide a solid foundation for the parsing that Devel::Declare
-and similar modules do, and it complements the pluggable keyword
-mechanism. The API consists of some existing variables combined with
-some new functions, all marked as experimental (which making them
-public certainly is).
-
=head2 APIs for more internals
The lowest layers of the lexer and parts of the pad system now have C