1.0.1 • Published 1 year ago

mma-uncompress v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Uncompress

This is a JavaScript implementation of Mathematica's Uncompress[] function.

It can decompress the opaque blobs of text Compress[] produces and extract the expressions inside them. If you have a copy of Mathematica, go ahead and try it out! Bonus points if you break it and file a bug report.

npm install
npm start

See this StackOverflow question for more details.