Heray-Was-Here
Server : Apache
System : Linux vps43555.mylogin.co 3.10.0-1160.53.1.vz7.185.3 #1 SMP Tue Jan 25 12:49:12 MSK 2022 x86_64
User : redsea ( 60651)
PHP Version : 7.4.32
Disable Function : NONE
Directory :  /usr/local/share/man/man3/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //usr/local/share/man/man3/Pegex::Tutorial.3pm
.\" Automatically generated by Pod::Man 4.09 (Pod::Simple 3.35)
.\"
.\" Standard preamble:
.\" ========================================================================
.de Sp \" Vertical space (when we can't use .PP)
.if t .sp .5v
.if n .sp
..
.de Vb \" Begin verbatim text
.ft CW
.nf
.ne \\$1
..
.de Ve \" End verbatim text
.ft R
.fi
..
.\" Set up some character translations and predefined strings.  \*(-- will
.\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left
.\" double quote, and \*(R" will give a right double quote.  \*(C+ will
.\" give a nicer C++.  Capital omega is used to do unbreakable dashes and
.\" therefore won't be available.  \*(C` and \*(C' expand to `' in nroff,
.\" nothing in troff, for use with C<>.
.tr \(*W-
.ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p'
.ie n \{\
.    ds -- \(*W-
.    ds PI pi
.    if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
.    if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\"  diablo 12 pitch
.    ds L" ""
.    ds R" ""
.    ds C` ""
.    ds C' ""
'br\}
.el\{\
.    ds -- \|\(em\|
.    ds PI \(*p
.    ds L" ``
.    ds R" ''
.    ds C`
.    ds C'
'br\}
.\"
.\" Escape single quotes in literal strings from groff's Unicode transform.
.ie \n(.g .ds Aq \(aq
.el       .ds Aq '
.\"
.\" If the F register is >0, we'll generate index entries on stderr for
.\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index
.\" entries marked with X<> in POD.  Of course, you'll have to process the
.\" output yourself in some meaningful fashion.
.\"
.\" Avoid warning from groff about undefined register 'F'.
.de IX
..
.if !\nF .nr F 0
.if \nF>0 \{\
.    de IX
.    tm Index:\\$1\t\\n%\t"\\$2"
..
.    if !\nF==2 \{\
.        nr % 0
.        nr F 2
.    \}
.\}
.\" ========================================================================
.\"
.IX Title "Pegex::Tutorial 3"
.TH Pegex::Tutorial 3 "2020-02-13" "perl v5.16.3" "User Contributed Perl Documentation"
.\" For nroff, turn off justification.  Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
.nh
.SH "Pegex Tutorials"
.IX Header "Pegex Tutorials"
Pegex has a growing number of tutorials on how to do various parsing tasks.
.PP
This document is just an index to the current tutorials.
.IP "Pegex::Tutorial::JSON" 4
.IX Item "Pegex::Tutorial::JSON"
This is a very in-depth tutorial of the creation of the module Pegex::JSON
(a \s-1JSON\s0 decoder that uses Pegex) and the thought that went into creating it.
It covers almost all of the Pegex::Syntax as well.
.IP "Pegex::Tutorial::Calculator" 4
.IX Item "Pegex::Tutorial::Calculator"
Pegex comes with an \f(CW\*(C`eg/\*(C'\fR directory. One example is
\&\*(L"eg/calculator/calculator1.pl\*(R" in Pegex. It's a simple precedence parser (and
evaluator) for arithmetic expressions like this one:
.Sp
.Vb 1
\&    1 * (2 + 3) / (4 ^ 5 ^ 6 \- \-7)
.Ve
.SH "See Also"
.IX Header "See Also"
.IP "Pegex::API" 4
.IX Item "Pegex::API"
\&\s-1API\s0 documentation.
.IP "Pegex::Syntax" 4
.IX Item "Pegex::Syntax"
A detailed description of the Pegex grammar language syntax.
.IP "Pegex::Resources" 4
.IX Item "Pegex::Resources"
A list of all things Pegex.

Hry