SwiftStudies/OysterKit

API Clean Up: Rationalize protocol requirements for HomogenousAST

Closed this issue · 0 comments

HomogenousAST has two properties children and tokens which are off the same type. They are driven by two different protocols which is fine, but they need to have their terminology consolidated so that it becomes less ambiguous what these properties are.