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 ⚡
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.
Official Plugins
| Name | Status |
|---|---|
| @parsify/math | |
| @parsify/currencies | |
| @parsify/date |
More official plugins coming soon!
Community made plugins
Learn how to build a plugin [WIP]!