2019-01-01 13:26:41 +01:00
[![Build Status ](https://dev.azure.com/pegjs/pegjs/_apis/build/status/Azure%20Pipelines?branchName=master )](https://dev.azure.com/pegjs/pegjs/_build/latest?definitionId=1?branchName=master)
2019-02-12 10:41:45 +01:00
[![Codecov ](https://codecov.io/gh/pegjs/pegjs/branch/master/graph/badge.svg )](https://codecov.io/gh/pegjs/pegjs)
2019-01-01 13:26:41 +01:00
[![Maintainability ](https://api.codeclimate.com/v1/badges/2d1f0313dea3e28e191f/maintainability )](https://codeclimate.com/github/pegjs/pegjs/maintainability)
2018-12-22 08:40:09 +01:00
[![forum ](https://gitq.com/badge.svg )](https://gitq.com/pegjs/pegjs)
2017-12-18 04:52:23 +01:00
[![license ](https://img.shields.io/badge/license-mit-blue.svg )](https://opensource.org/licenses/MIT)
2016-02-12 16:23:32 +01:00
2018-02-16 03:39:13 +01:00
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.
2017-08-20 13:44:08 +02:00
> PEG.js is still very much work in progress. There are no compatibility guarantees until version 1.0
2018-11-05 12:34:31 +01:00
### public packages
| package | version | dependency status |
| ------- | ------- | ----------------- |
| [pegjs][P001] | [![release][P002]][P003] [![dev][P004]][P005] | [![dependencies][P006]][P007] |
### local packages
| package | dependency status |
| ------- | ----------------- |
2019-02-12 03:34:51 +01:00
| [~/][L013] | [![dependencies][L014]][L015] |
| [~/test][L001] | [![dependencies][L002]][L003] |
| [~/tools/benchmark][L004] | [![dependencies][L005]][L006] |
| [~/tools/bundler][L007] | [![dependencies][L008]][L009] |
| [~/tools/impact][L010] | [![dependencies][L011]][L012] |
2010-04-17 11:15:49 +02:00
2018-09-25 22:27:45 +02:00
[<img src="website/img/CBT_OS-logo_Black-H.png" width="500" /> ](https://crossbrowsertesting.com/ )
2018-11-05 12:34:31 +01:00
<!-- packages/pegjs -->
[P001]: https://github.com/pegjs/pegjs/tree/master/packages/pegjs
[P002]: https://img.shields.io/npm/v/pegjs.svg
[P003]: https://www.npmjs.com/package/pegjs
[P004]: https://img.shields.io/npm/v/pegjs/dev.svg
[P005]: https://github.com/pegjs/pegjs
[P006]: https://img.shields.io/david/pegjs/pegjs.svg?path=packages/pegjs
[P007]: https://david-dm.org/pegjs/pegjs?path=packages/pegjs
2019-02-12 03:34:51 +01:00
<!-- https://github.com/pegjs/pegjs/ -->
[L013]: https://github.com/pegjs/pegjs/tree/master/
[L014]: https://img.shields.io/david/pegjs/pegjs.svg
[L015]: https://david-dm.org/pegjs/pegjs
2018-11-05 12:34:31 +01:00
<!-- test -->
2019-02-12 03:34:51 +01:00
[L001]: https://github.com/pegjs/pegjs/tree/master/test
[L002]: https://img.shields.io/david/pegjs/pegjs.svg?path=test
[L003]: https://david-dm.org/pegjs/pegjs?path=test
2018-11-05 12:34:31 +01:00
<!-- tools/benchmark -->
2019-02-12 03:34:51 +01:00
[L004]: https://github.com/pegjs/pegjs/tree/master/tools/benchmark
[L005]: https://img.shields.io/david/pegjs/pegjs.svg?path=tools/benchmark
[L006]: https://david-dm.org/pegjs/pegjs?path=tools/benchmark
2018-11-05 12:34:31 +01:00
2019-02-12 03:17:43 +01:00
<!-- tools/bundler -->
2019-02-12 03:34:51 +01:00
[L007]: https://github.com/pegjs/pegjs/tree/master/tools/bundler
[L008]: https://img.shields.io/david/pegjs/pegjs.svg?path=tools/bundler
[L009]: https://david-dm.org/pegjs/pegjs?path=tools/bundler
2018-11-05 12:34:31 +01:00
<!-- tools/impact -->
2019-02-12 03:34:51 +01:00
[L010]: https://github.com/pegjs/pegjs/tree/master/tools/impact
[L011]: https://img.shields.io/david/pegjs/pegjs.svg?path=tools/impact
[L012]: https://david-dm.org/pegjs/pegjs?path=tools/impact