An open API service indexing awesome lists of open source software.

https://github.com/mistlog/react-peg-template

Generate parser using react-peg
https://github.com/mistlog/react-peg-template

Last synced: about 1 year ago
JSON representation

Generate parser using react-peg

Awesome Lists containing this project

README

          

# ReactPeg Template

Generate parser using react-peg.

## Run

> npm install

Currenly, there are two examples:

* calculator: `npm run example:calculator`
* json: `npm run example:json`

## Test

Test parser is easy: `npm test`.

## Debug

* open `./src/calculator.tsx`
* set breakpoint
* press F5

## License

This project is [MIT licensed](https://github.com/mistlog/react-peg-template/blob/master/LICENSE).