tixxit / delimited

Scala library for working with {tab,colon,semicolon,comma,pipe,etc}-separated files.
Other
69 stars 8 forks source link

Add Scala.js support #22

Open travisbrown opened 7 years ago

travisbrown commented 7 years ago

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.

travisbrown commented 7 years ago

I've got a quick implementation of a branch with (broken) support here.