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
178 stars 23 forks source link

Bork tutorial broken #102

Closed andreweinkoetz closed 3 years ago

andreweinkoetz commented 4 years ago

Hey there,

i am not sure if this is still maintained but i tried to follow the steps in the Bork tutorial and it seems to be broken.

  1. When defining the grammar stlrc breaks because the name of the grammar is not defined (missing in tutorial)
  2. When running stlrc with the defined Bork grammar, no output is provided (macOS 10.15.4, Swift 5.2.2)
  3. After editing the main.swift file to include the user input, compiling fails as the generated Bork.swift module does not include the parse method:

image

I hope this is still maintained! Thank you :)