Port of the parso SAS dataset parser from EPAM (https://github.com/epam/parso).
The goals of the project area:
- Write a native scala library so no java dependencies are required
- Implement multiparallel reading
- Migrate to use cats or scalaz
- Create a functional stream (fs) library for reading SAS files
The project borrows heavily from the java parso library and the spark sas splittable library