https://github.com/wavebeem/bread-n-butter
Parser combinators for TypeScript and JavaScript
https://github.com/wavebeem/bread-n-butter
javascript parser parser-combinators typescript
Last synced: 10 months ago
JSON representation
Parser combinators for TypeScript and JavaScript
- Host: GitHub
- URL: https://github.com/wavebeem/bread-n-butter
- Owner: wavebeem
- License: mit
- Created: 2020-06-28T22:54:12.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-07-01T17:34:08.000Z (over 3 years ago)
- Last Synced: 2025-04-14T14:21:47.072Z (10 months ago)
- Topics: javascript, parser, parser-combinators, typescript
- Language: TypeScript
- Homepage: https://bread-n-butter.wavebeem.com/
- Size: 1.15 MB
- Stars: 36
- Watchers: 4
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# bread-n-butter
bread-n-butter (bnb) is a parser combinator library for JavaScript and
TypeScript.
bnb is semver v0, but unlikely to change much. It should be a stable platform for development.
Eventually bnb's concepts will become [Parsimmon v2](https://github.com/jneen/parsimmon/issues/230)
- [Documentation](https://bnb-wavebeem.netlify.app/)
- [Changelog](https://github.com/wavebeem/bread-n-butter/blob/main/CHANGELOG.md)
- [Code of Conduct](https://github.com/wavebeem/bread-n-butter/blob/main/CODE_OF_CONDUCT.md)
- [npm](https://www.npmjs.com/package/bread-n-butter)