cubing / twisty.js

The functionality of `twisty.js` is now part of `cubing.js`. Please see: https://js.cubing.net/cubing/twisty/
GNU General Public License v3.0
60 stars 15 forks source link

Full alg serialization/deserialization #52

Closed lgarron closed 10 years ago

lgarron commented 10 years ago

i.e. extend alg parsing to preserve comments. Serialization should return the original text, except for normalized whitespace (outside of comments).

lgarron commented 10 years ago

This took some work, but it's working well.

It's getting a lot of alg.cubing.net stress testing (algs that do not parse and reserialize to the same string are marked in yellow), and I haven't heard of issues from anyone.