Skip to content

A presentation about parsing using regular expressions and grammars (Parse::RecDescent and Marpa::R2)

Notifications You must be signed in to change notification settings

ChicagoPM/Parsing-Regex-Grammars

Repository files navigation

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).

About

A presentation about parsing using regular expressions and grammars (Parse::RecDescent and Marpa::R2)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages