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

Change location information to string index. #61

Open lgarron opened 10 years ago

lgarron commented 10 years ago

Jison gives line+column, but we usually have to convert that into string index to make it useful.

lgarron commented 10 years ago

It seems this might be available in JISON directly?