Uname: Linux web3.us.cloudlogin.co 5.10.226-xeon-hst #2 SMP Fri Sep 13 12:28:44 UTC 2024 x86_64
Software: Apache
PHP version: 8.1.31 [ PHP INFO ] PHP os: Linux
Server Ip: 162.210.96.117
Your Ip: 18.117.135.132
User: edustar (269686) | Group: tty (888)
Safe Mode: OFF
Disable Function:
NONE

name : Tutorial.pod
=pod

=for comment
DO NOT EDIT. This Pod was generated by Swim v0.1.48.
See http://github.com/ingydotnet/swim-pm#readme

=encoding utf8

=head1 Pegex Tutorials

Pegex has a growing number of tutorials on how to do various parsing tasks.

This document is just an index to the current tutorials.

=over

=item L<Pegex::Tutorial::JSON>

This is a very in-depth tutorial of the creation of the module L<Pegex::JSON>
(a JSON decoder that uses Pegex) and the thought that went into creating it.
It covers almost all of the L<Pegex::Syntax> as well.

=item L<Pegex::Tutorial::Calculator>

Pegex comes with an C<eg/> directory. One example is
L<Pegex/eg/calculator/calculator1.pl>. It's a simple precedence parser (and
evaluator) for arithmetic expressions like this one:

    1 * (2 + 3) / (4 ^ 5 ^ 6 - -7)

=back

=head1 See Also

=over

=item L<Pegex::API>

API documentation.

=item L<Pegex::Syntax>

A detailed description of the Pegex grammar language syntax.

=item L<Pegex::Resources>

A list of all things Pegex.

=back

=cut
© 2025 GrazzMean