com-lihaoyi / fastparse

Writing Fast Parsers Fast in Scala
https://com-lihaoyi.github.io/fastparse
MIT License
1.09k stars 164 forks source link

Eliminate the custom CharPredicates that are no longer necessary #47

Closed lihaoyi closed 8 years ago

lihaoyi commented 8 years ago

Previously we needed to implement a bunch ourselves because they didn't work in Scala.js, and this was done using a pre-computed/serialized bitset which makes the JS output somewhat large. Many now exist in Scala.js itself and can be retired

lihaoyi commented 8 years ago

Fixed by https://github.com/lihaoyi/fastparse/commit/2152cc8c3d98395bc9f5637696776606d39509ab