Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 465 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 465 Bytes

parso

Port of the parso SAS dataset parser from EPAM (https://github.com/epam/parso).

The goals of the project area:

  1. Write a native scala library so no java dependencies are required
  2. Implement multiparallel reading
  3. Migrate to use cats or scalaz
  4. 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