SwiftStudies/OysterKit

Bork tutorial broken

andreweinkoetz opened this issue · 0 comments

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 :)