Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 617 Bytes

File metadata and controls

7 lines (4 loc) · 617 Bytes

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.

See this StackOverflow question for more details.