Skip to content

Commit

Permalink
docs: add link to Wikipedia for packrat parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
janriemer committed Sep 9, 2020
1 parent 42e22ac commit 2b25453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
@@ -1,5 +1,5 @@
# nom-packrat
Extension of [nom](https://github.com/Geal/nom) to apply "Packrat Parsing".
Extension of [nom](https://github.com/Geal/nom) to apply ["Packrat Parsing"](https://en.wikipedia.org/wiki/Parsing_expression_grammar#Implementing_parsers_from_parsing_expression_grammars).

[![Build Status](https://dev.azure.com/dalance/nom-packrat/_apis/build/status/dalance.nom-packrat?branchName=master)](https://dev.azure.com/dalance/nom-packrat/_build/latest?definitionId=1&branchName=master)
[![Crates.io](https://img.shields.io/crates/v/nom-packrat.svg)](https://crates.io/crates/nom-packrat)
Expand Down

0 comments on commit 2b25453

Please sign in to comment.