OysterKit is a framework that provides a native Swift scanning, lexical analysis, and parsing capabilities. In addition it provides a language that can be used to rapidly define the rules used by OysterKit called STLR
The new stack and rule system enables far more simple error handling, but the code is still littered with old special cases that are no longer required.
Before release of v1 this should be cleaned up to use simple hierarchical errors and all error handling removed from IRs and parsing strategies.
The new stack and rule system enables far more simple error handling, but the code is still littered with old special cases that are no longer required.
Before release of v1 this should be cleaned up to use simple hierarchical errors and all error handling removed from IRs and parsing strategies.