0.1.8 • Published 3 years ago

react-peg v0.1.8

Weekly downloads
55
License
MIT
Repository
github
Last release
3 years ago

React Peg · Build Status Coverage Status

React Peg is a react style parser generator based on PEG.js.

  • Type Checking: With typescript & jsx support, you don't need to play with grammar as string any more.

  • Rule-Based: Build encapsulated rules and compose them to make complex grammar, and you can reuse them just like UI components.

  • Easy to Debug & Unit Test: Since rule is written in JavaScript instead of string, you can easily debug & test grammar and parser.

Playground

https://mistlog.github.io/react-peg-playground/

Documentation

You can find the React Peg documentation on the website.

License

React Peg is MIT licensed.

0.1.8

3 years ago

0.1.7

3 years ago

0.1.7-0

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.0

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago