From 29943edf60e220e51e1506c00e15cb3e652cf133 Mon Sep 17 00:00:00 2001 From: Futago-za Ryuu Date: Sat, 22 Dec 2018 07:40:09 +0000 Subject: [PATCH] Add forum badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 52df278..ee76092 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ [![ci](https://img.shields.io/travis/pegjs/pegjs.svg)](https://travis-ci.org/pegjs/pegjs) [![coverage](https://img.shields.io/coveralls/github/pegjs/pegjs.svg)](https://coveralls.io/github/pegjs/pegjs) +[![forum](https://gitq.com/badge.svg)](https://gitq.com/pegjs/pegjs) [![license](https://img.shields.io/badge/license-mit-blue.svg)](https://opensource.org/licenses/MIT) PEG.js is a simple parser generator for JavaScript that produces fast parsers with excellent error reporting. You can use it to process complex data or computer languages and build transformers, interpreters, compilers and other tools easily.