Please use this identifier to cite or link to this item:
http://localhost/handle/Hannan/1200
Full metadata record
DC Field | Value | Language |
---|---|---|
dc.contributor.author | Lenz, Moritz. ; | en_US |
dc.date.accessioned | 2013 | en_US |
dc.date.accessioned | 2020-05-17T08:26:25Z | - |
dc.date.available | 2020-05-17T08:26:25Z | - |
dc.date.issued | 2017 | en_US |
dc.identifier.isbn | 9781484232286 ; | en_US |
dc.identifier.isbn | 9781484232279 (print) ; | en_US |
dc.identifier.uri | http://localhost/handle/Hannan/1200 | - |
dc.description | Printed edition: ; 9781484232279. ; | en_US |
dc.description | SpringerLink (Online service) ; | en_US |
dc.description | en_US | |
dc.description | en_US | |
dc.description | en_US | |
dc.description | en_US | |
dc.description | en_US | |
dc.description.abstract | Write good regexes and parsers with the Perl 6 programming language. Youeell 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. eWritten by Perl 6 expert Moritz Lenz, a core contributor of Rakudo,eParsing with Perl 6 Regexes and Grammarsestarts from the very basics of regular expressions, and then explores how they integrate with regular Perl 6 code. Then follows a deeper exploration of how regexes work under the hood and a discussion of common techniques for constructing regexes and exploring the data under scrutiny. Later material goes beyond relatively simple formats to reusable named regexes and grammars, which permit code reuse in grammars, and shows how to write parsers for more involved data formats. Error reporting and case studies wrap up the topic. While regexes allow you to search for patterns in text and validate input, Perl 6 regexes advance that concept: youeell see how they are easier to read, yet much more powerful, than the traditional "Perl-compatible regular expression". With improved reusability and backtracking control, you will be able to write complete parsers with the help of this book. You will: Discover the building blocks of Perl 6 regexese Handle regex mechanics and master useful regex techniquese Extract data and work with patterns among these use casese Reuse named regexes and other grammars as components or templatese Write full parsers, including advanced error reporting and data extractione Learn how to parse nested scopes and indention-based formats. ; | en_US |
dc.description.statementofresponsibility | by Moritz Lenz. | en_US |
dc.description.tableofcontents | 1. What are Regexes and Grammarse -- 2. Getting Started with Perl 6 -- 3. Building Blocks of Regexes -- 4. Regexes and Perl 6 Code -- 5. Extracting Data from Regex Matches -- 6. Regex Mechanics -- 7. Regex Techniques -- 8. Reusing and Composing Regexes -- 9. Parsing With Grammars -- 10. Extracting Data From Matches -- 11. Generating Good Parse Error Messages -- 12. Unicode and Natural Language -- 13. Case Studies. ; | en_US |
dc.format.extent | XIV, 201 p. 12 illus., 4 illus. in color. ; online resource. ; | en_US |
dc.publisher | Apress : | en_US |
dc.publisher | Imprint: Apress, | en_US |
dc.relation.haspart | 9781484232286.pdf | en_US |
dc.subject | Computer Science | en_US |
dc.subject | Computer Programming | en_US |
dc.subject | Programming Languages and Electronic Computers | en_US |
dc.subject | Computer Science | en_US |
dc.subject | Programming Languages and Compilers and Interpreters | en_US |
dc.subject | Programming Techniques | en_US |
dc.subject | Open Source. ; | en_US |
dc.title | Parsing with Perl 6 Regexes and Grammars | en_US |
dc.title.alternative | A Recursive Descent into Parsing / | en_US |
dc.type | Book | en_US |
dc.publisher.place | Berkeley, CA : | en_US |
dc.classification.lc | QA76.76.C65 ; | en_US |
dc.classification.dc | 005.13 ; 23 ; | en_US |
Appears in Collections: | مهندسی فناوری اطلاعات |
Files in This Item:
File | Description | Size | Format | |
---|---|---|---|---|
9781484232286.pdf | 2.74 MB | Adobe PDF | Preview File |
Full metadata record
DC Field | Value | Language |
---|---|---|
dc.contributor.author | Lenz, Moritz. ; | en_US |
dc.date.accessioned | 2013 | en_US |
dc.date.accessioned | 2020-05-17T08:26:25Z | - |
dc.date.available | 2020-05-17T08:26:25Z | - |
dc.date.issued | 2017 | en_US |
dc.identifier.isbn | 9781484232286 ; | en_US |
dc.identifier.isbn | 9781484232279 (print) ; | en_US |
dc.identifier.uri | http://localhost/handle/Hannan/1200 | - |
dc.description | Printed edition: ; 9781484232279. ; | en_US |
dc.description | SpringerLink (Online service) ; | en_US |
dc.description | en_US | |
dc.description | en_US | |
dc.description | en_US | |
dc.description | en_US | |
dc.description | en_US | |
dc.description.abstract | Write good regexes and parsers with the Perl 6 programming language. Youeell 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. eWritten by Perl 6 expert Moritz Lenz, a core contributor of Rakudo,eParsing with Perl 6 Regexes and Grammarsestarts from the very basics of regular expressions, and then explores how they integrate with regular Perl 6 code. Then follows a deeper exploration of how regexes work under the hood and a discussion of common techniques for constructing regexes and exploring the data under scrutiny. Later material goes beyond relatively simple formats to reusable named regexes and grammars, which permit code reuse in grammars, and shows how to write parsers for more involved data formats. Error reporting and case studies wrap up the topic. While regexes allow you to search for patterns in text and validate input, Perl 6 regexes advance that concept: youeell see how they are easier to read, yet much more powerful, than the traditional "Perl-compatible regular expression". With improved reusability and backtracking control, you will be able to write complete parsers with the help of this book. You will: Discover the building blocks of Perl 6 regexese Handle regex mechanics and master useful regex techniquese Extract data and work with patterns among these use casese Reuse named regexes and other grammars as components or templatese Write full parsers, including advanced error reporting and data extractione Learn how to parse nested scopes and indention-based formats. ; | en_US |
dc.description.statementofresponsibility | by Moritz Lenz. | en_US |
dc.description.tableofcontents | 1. What are Regexes and Grammarse -- 2. Getting Started with Perl 6 -- 3. Building Blocks of Regexes -- 4. Regexes and Perl 6 Code -- 5. Extracting Data from Regex Matches -- 6. Regex Mechanics -- 7. Regex Techniques -- 8. Reusing and Composing Regexes -- 9. Parsing With Grammars -- 10. Extracting Data From Matches -- 11. Generating Good Parse Error Messages -- 12. Unicode and Natural Language -- 13. Case Studies. ; | en_US |
dc.format.extent | XIV, 201 p. 12 illus., 4 illus. in color. ; online resource. ; | en_US |
dc.publisher | Apress : | en_US |
dc.publisher | Imprint: Apress, | en_US |
dc.relation.haspart | 9781484232286.pdf | en_US |
dc.subject | Computer Science | en_US |
dc.subject | Computer Programming | en_US |
dc.subject | Programming Languages and Electronic Computers | en_US |
dc.subject | Computer Science | en_US |
dc.subject | Programming Languages and Compilers and Interpreters | en_US |
dc.subject | Programming Techniques | en_US |
dc.subject | Open Source. ; | en_US |
dc.title | Parsing with Perl 6 Regexes and Grammars | en_US |
dc.title.alternative | A Recursive Descent into Parsing / | en_US |
dc.type | Book | en_US |
dc.publisher.place | Berkeley, CA : | en_US |
dc.classification.lc | QA76.76.C65 ; | en_US |
dc.classification.dc | 005.13 ; 23 ; | en_US |
Appears in Collections: | مهندسی فناوری اطلاعات |
Files in This Item:
File | Description | Size | Format | |
---|---|---|---|---|
9781484232286.pdf | 2.74 MB | Adobe PDF | Preview File |
Full metadata record
DC Field | Value | Language |
---|---|---|
dc.contributor.author | Lenz, Moritz. ; | en_US |
dc.date.accessioned | 2013 | en_US |
dc.date.accessioned | 2020-05-17T08:26:25Z | - |
dc.date.available | 2020-05-17T08:26:25Z | - |
dc.date.issued | 2017 | en_US |
dc.identifier.isbn | 9781484232286 ; | en_US |
dc.identifier.isbn | 9781484232279 (print) ; | en_US |
dc.identifier.uri | http://localhost/handle/Hannan/1200 | - |
dc.description | Printed edition: ; 9781484232279. ; | en_US |
dc.description | SpringerLink (Online service) ; | en_US |
dc.description | en_US | |
dc.description | en_US | |
dc.description | en_US | |
dc.description | en_US | |
dc.description | en_US | |
dc.description.abstract | Write good regexes and parsers with the Perl 6 programming language. Youeell 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. eWritten by Perl 6 expert Moritz Lenz, a core contributor of Rakudo,eParsing with Perl 6 Regexes and Grammarsestarts from the very basics of regular expressions, and then explores how they integrate with regular Perl 6 code. Then follows a deeper exploration of how regexes work under the hood and a discussion of common techniques for constructing regexes and exploring the data under scrutiny. Later material goes beyond relatively simple formats to reusable named regexes and grammars, which permit code reuse in grammars, and shows how to write parsers for more involved data formats. Error reporting and case studies wrap up the topic. While regexes allow you to search for patterns in text and validate input, Perl 6 regexes advance that concept: youeell see how they are easier to read, yet much more powerful, than the traditional "Perl-compatible regular expression". With improved reusability and backtracking control, you will be able to write complete parsers with the help of this book. You will: Discover the building blocks of Perl 6 regexese Handle regex mechanics and master useful regex techniquese Extract data and work with patterns among these use casese Reuse named regexes and other grammars as components or templatese Write full parsers, including advanced error reporting and data extractione Learn how to parse nested scopes and indention-based formats. ; | en_US |
dc.description.statementofresponsibility | by Moritz Lenz. | en_US |
dc.description.tableofcontents | 1. What are Regexes and Grammarse -- 2. Getting Started with Perl 6 -- 3. Building Blocks of Regexes -- 4. Regexes and Perl 6 Code -- 5. Extracting Data from Regex Matches -- 6. Regex Mechanics -- 7. Regex Techniques -- 8. Reusing and Composing Regexes -- 9. Parsing With Grammars -- 10. Extracting Data From Matches -- 11. Generating Good Parse Error Messages -- 12. Unicode and Natural Language -- 13. Case Studies. ; | en_US |
dc.format.extent | XIV, 201 p. 12 illus., 4 illus. in color. ; online resource. ; | en_US |
dc.publisher | Apress : | en_US |
dc.publisher | Imprint: Apress, | en_US |
dc.relation.haspart | 9781484232286.pdf | en_US |
dc.subject | Computer Science | en_US |
dc.subject | Computer Programming | en_US |
dc.subject | Programming Languages and Electronic Computers | en_US |
dc.subject | Computer Science | en_US |
dc.subject | Programming Languages and Compilers and Interpreters | en_US |
dc.subject | Programming Techniques | en_US |
dc.subject | Open Source. ; | en_US |
dc.title | Parsing with Perl 6 Regexes and Grammars | en_US |
dc.title.alternative | A Recursive Descent into Parsing / | en_US |
dc.type | Book | en_US |
dc.publisher.place | Berkeley, CA : | en_US |
dc.classification.lc | QA76.76.C65 ; | en_US |
dc.classification.dc | 005.13 ; 23 ; | en_US |
Appears in Collections: | مهندسی فناوری اطلاعات |
Files in This Item:
File | Description | Size | Format | |
---|---|---|---|---|
9781484232286.pdf | 2.74 MB | Adobe PDF | Preview File |