SwiftStudies / OysterKit

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
BSD 2-Clause "Simplified" License
177 stars 23 forks source link

Revisit extensions for building rules #28

Closed SwiftStudies closed 6 years ago

SwiftStudies commented 6 years ago

Consider over loading for | or + then ! Not and generally review what is present

SwiftStudies commented 6 years ago

The new API is now available in the 4.2 branch. The next set of commits will provide guidance for using the new syntax in the deprivation notice.