2.0.0 • Published 7 years ago

loquat v2.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

loquat

Monadic parser combinator library for JavaScript, inspired by (and almost clone of) Parsec.

Features

  • Construct complex parser from simple parsers and combinators
  • Friendly syntax using generators, like do-notation in Haskell
  • Expression parser builder
  • Regular expression parser
  • Unicode aware
  • Extensions

Install

npm i --save loquat

Examples

License

MIT License

Author

Susisu (GitHub, Twitter)

Contributing

Issues and pull requests are welcome! Please read contributing guidelines first when you make a contribution.

Links

Related repositories

Other parser combinator libraries