Flexible Fast Parser Combinators
- Mentors
- Li Haoyi
- Organization
- Scala
The FarstParse library is a simple replacement for the original Scala Parser Combinators. It uses the same ideas and implements the same functionality with the only few main operators, but nevertheless provides much more wide support for logging and great performance. But now it can handle only Char/String parsers. And this project aims at the development of architecture for parsers of arbitrary classes and streaming data.