Parsing with Perl 6 Regexes and Grammars: A Recursive Descent into Parsing By Moritz Lenz
English | PDF,EPUB | 2017 | 211 Pages | ISBN : 1484232275 | 3.27 MB
Write good regexes and parsers with the Perl 6 programming language. You’ll see how regexes are used for searching, parsing, and validation: in particular the grammar extension makes them uniquely suitable for parsing, the main focus of this book. Written by Perl 6 expert Moritz Lenz, a core contributor of Rakudo, Parsing with Perl 6 Regexes and Grammars starts from the very basics of regular expressions, and then explores how they integrate with regular Perl 6 code.