Skip to content

Latest commit

 

History

History
61 lines (32 loc) · 971 Bytes

README.pod

File metadata and controls

61 lines (32 loc) · 971 Bytes

NAME

Parsing - Regex and Grammars

VERSION

0.0 (2014-07-24)

DESCRIPTION

This talk is about parsing using regular expressions and grammars.

The emphasis is on practical language parsing and getting things done. Very little (if any) parsing theory is discussed.

RUNNING TIME

Unknown

TOPICS COVERED

Parsing
Regular Expressions
Parse::RecDescent
Marpa::R2

PREREQUISITES

Basic knowledge of Perl

One of the community-approved beginner books will work splendidly.

Basic knowledge of Regular Expressions

This presentation assumes basic regex knowledge. It will teach some advanced regular expression syntax.

AUTHORS

Doug Bell <[email protected]>

COPYRIGHT

(c) 2014 Doug Bell

LICENSE

This presentation and associated code is licensed under the same terms as Perl itself (Artistic License 1.0 or GPL 1.0 at your discretion).