Skip to content

Commit

Permalink
Added github issue badge.
Browse files Browse the repository at this point in the history
  • Loading branch information
renggli committed May 31, 2015
1 parent 4bf196b commit 0dcbe76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -4,6 +4,7 @@ PetitParser for Dart
[![Pub Package](https://img.shields.io/pub/v/petitparser.svg)](https://pub.dartlang.org/packages/petitparser)
[![Build Status](https://travis-ci.org/petitparser/dart-petitparser.svg)](https://travis-ci.org/petitparser/dart-petitparser)
[![Coverage Status](https://coveralls.io/repos/petitparser/dart-petitparser/badge.svg)](https://coveralls.io/r/petitparser/dart-petitparser)
[![Github Issues](http://githubbadges.herokuapp.com/petitparser/dart-petitparser/issues.svg)](https://github.com/petitparser/dart-petitparser/issues)

Grammars for programming languages are traditionally specified statically. They are hard to compose and reuse due to ambiguities that inevitably arise. PetitParser combines ideas from scannnerless parsing, parser combinators, parsing expression grammars and packrat parsers to model grammars and parsers as objects that can be reconfigured dynamically.

Expand Down Expand Up @@ -205,4 +206,4 @@ PetitParser was originally implemented in [Smalltalk](http://scg.unibe.ch/resear

### License

The MIT License, see [LICENSE](https://raw.githubusercontent.com/petitparser/dart-petitparser/master/LICENSE).
The MIT License, see [LICENSE](https://raw.githubusercontent.com/petitparser/dart-petitparser/master/LICENSE).

0 comments on commit 0dcbe76

Please sign in to comment.