delimited
delimited copied to clipboard
Add Scala.js support
This isn't currently an easy option because Scala.js (as of 0.6.16) doesn't implement java.io.PushbackReader, but in the future that might change, or someone might decide to provide an alternative Scala.js-specific implementation of GuessDelimitedFormat that doesn't use PushbackReader.
I've got a quick implementation of a branch with (broken) support here.