|
|
|
|
|
by kodablah
3983 days ago
|
|
That has been removed from the Scala standard lib and is now distributed separately. I am unsure how well it will be maintained by the community. As the other commenter said, parboiled2 is a good choice using macros and it is lightning fast. A lighter weight, runtime choice that was released recently is fastparse[0]. 0 - https://github.com/lihaoyi/fastparse |
|