Leanpub Header

Skip to main content

Creating a Markua Parser in Perl 5

A case study of Test Driven Development in Perl

Test Driven Development is probably the best way to create maintainable code that you can change later without the fear of breaking things. This book follows the development of a Markua parser in Perl 5 using TDD.

The author is letting you choose the price you pay for this book!

Pick Your Price...
PDF
EPUB
WEB
97
Pages
About

About

About the Book

Markua is Markdown-inspired format created by Peter Armstrong to write books. It is used by LeanPub, the company where this book is published. Heck, even this book is written using the Markua format.

LeanPub has its own Markua parser written in Ruby.

This book follows the development of a Markua parser written in Perl.

As a reader of this book you will learn how to develop an application using TDD - Test Driven Development. That is, before every change we are going to create a test-case.

You will see how to set up Continuous Integration (CI) and how to monitor the test coverage.

As every development process it won't be without mistakes and setback. We will certainly see bugs being introduced and then fixed. Imperfect code written and then refactored.

In a nutshell, you will be able to see first-hand many of the best practices of today's development process.

Share this book

Categories

Price

Pick Your Price...

Minimum price

$7.99

$9.00

You pay

$9.00

Author earns

$7.20
$

All prices are in US $. You can pay in US $ or in your local currency when you check out.

EU customers: prices exclude VAT, which is added during checkout.

...Or Buy With Credits!

Number of credits (Minimum 1)

1
The author will earn $12.00 from your purchase!
You can get credits monthly with a Reader Membership

Author

About the Author

Gábor Szabó

Gábor Szabó has been programming for more than 40 years in a number of languages and in various environments.

These days he usually helps companies improve their engineering practices by providing training, introducing test automation, CI/CD. Sometimes this includes building internal web sites. Gabor also loves explaining things and provides training to his corporate clients and also in the academia.

Gabor runs the Code Maven site and a number of its sub-site where he writes about technologies such as Python, Rust, Git, Continuous Integration, etc.

The first main language Gabor used was Perl and so he maintains the Perl Maven site and he is the chief editor of the Perl Weekly newsletter.

The books Gabor publishes are based on his course materials. They include lots of examples with detailed explanations. This way if you can't book a course with him, at least you can read the materials and learn by yourself.

If you have questions fell free to send him a message via LinkedIn.

Contents

Table of Contents

Preface

Changes

  1. v0.04
  2. v0.03 2018-03-29
  3. V0.02 2018-03-28
  4. v0.01 2018-03-24

Error reporting

Markua Parser

  1. Implementing a Markua Parser in Perl 5
  2. Start writing the Markua parser in Perl
  3. Creating Makefile.PL and a CPAN distribution for the Markua Parser
  4. Travis-CI for the Markua Parser project
  5. Add test coverage reporting with Coveralls to Markua Parser in Perl
  6. Enable Appveyor (CI on Windows) for the Perl 5 Markua Parser
  7. Process the 6 headers of Markua
  8. Refactor test cases of the Markua Parser in Perl 5
  9. Collecting errors while parsing Markua in Perl 5 - disregarding empty rows
  10. Get Coveralls to notify when test-coverage shrinks
  11. Consider everything not recognizable as a paragraph in Markua
  12. Markua resources: Include files
  13. Generate test expectations for the Markua parser
  14. Parse bulleted list in Markua
  15. Parse numbered list in Markua
  16. Release the Markua::Parser to CPAN
  17. Add attributes to Markua - round 1
  18. Test coverage report with Devel::Cover for the Markua Parser

Index

Get the free sample chapters

Click the buttons to get the free sample in PDF or EPUB, or read the sample online here

The Leanpub 60 Day 100% Happiness Guarantee

Within 60 days of purchase you can get a 100% refund on any Leanpub purchase, in two clicks.

Now, this is technically risky for us, since you'll have the book or course files either way. But we're so confident in our products and services, and in our authors and readers, that we're happy to offer a full money back guarantee for everything we sell.

You can only find out how good something is by trying it, and because of our 100% money back guarantee there's literally no risk to do so!

So, there's no reason not to click the Add to Cart button, is there?

See full terms...

Earn $8 on a $10 Purchase, and $16 on a $20 Purchase

We pay 80% royalties on purchases of $7.99 or more, and 80% royalties minus a 50 cent flat fee on purchases between $0.99 and $7.98. You earn $8 on a $10 sale, and $16 on a $20 sale. So, if we sell 5000 non-refunded copies of your book for $20, you'll earn $80,000.

(Yes, some authors have already earned much more than that on Leanpub.)

In fact, authors have earned over $14 million writing, publishing and selling on Leanpub.

Learn more about writing on Leanpub

Free Updates. DRM Free.

If you buy a Leanpub book, you get free updates for as long as the author updates the book! Many authors use Leanpub to publish their books in-progress, while they are writing them. All readers get free updates, regardless of when they bought the book or how much they paid (including free).

Most Leanpub books are available in PDF (for computers) and EPUB (for phones, tablets and Kindle). The formats that a book includes are shown at the top right corner of this page.

Finally, Leanpub books don't have any DRM copy-protection nonsense, so you can easily read them on any supported device.

Learn more about Leanpub's ebook formats and where to read them

Write and Publish on Leanpub

You can use Leanpub to easily write, publish and sell in-progress and completed ebooks and online courses!

Leanpub is a powerful platform for serious authors, combining a simple, elegant writing and publishing workflow with a store focused on selling in-progress ebooks.

Leanpub is a magical typewriter for authors: just write in plain text, and to publish your ebook, just click a button. (Or, if you are producing your ebook your own way, you can even upload your own PDF and/or EPUB files and then publish with one click!) It really is that easy.

Learn more about writing on Leanpub