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
- Host: GitHub
- URL: https://github.com/mistlog/react-peg-template
- Owner: mistlog
- License: mit
- Created: 2021-01-09T09:31:41.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-07T02:00:59.000Z (over 5 years ago)
- Last Synced: 2025-03-27T10:48:08.792Z (about 1 year ago)
- Language: TypeScript
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).