JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q17594F
  • License MIT

Parsify core

Package Exports

  • @parsify/core

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@parsify/core) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Parsify

Fast, Extensible parsing engine ⚡

Build Status Coverage Status Code Style

About

Parsify is a parsing engine, that is fast and can be extended using plugins. It was inspired by Numi, a calculator app for macOS.

Architecture

Parsify is made out of a lightweight core and various plugins, that can parse different expressions.

Demo

You can test Parsify here 🦄

Official Plugins

Name Status
@parsify/math Build Status Coverage Status
@parsify/currencies Build Status Coverage Status
@parsify/date Build Status Coverage Status
@parsify/timezone Build Status Coverage Status

More official plugins coming soon!

Community made plugins

Use create-parsify-plugin to easily create plugins for Parsify!

License

MIT