=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 This is a very in-depth tutorial of the creation of the module L (a JSON decoder that uses Pegex) and the thought that went into creating it. It covers almost all of the L as well. =item L Pegex comes with an C directory. One example is L. 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 API documentation. =item L A detailed description of the Pegex grammar language syntax. =item L A list of all things Pegex. =back =cut