SwiftStudies/OysterKit

Streams are not lazy enough

Closed this issue · 0 comments

Streams are currently using the AST node constructor which is maintaining a hierarchy of nodes. In reality streams should simply pass matched tokens as they are encountered.