mdiep / Logician

Logic programming in Swift
MIT License
194 stars 10 forks source link

Generators #14

Closed mdiep closed 8 years ago

mdiep commented 8 years ago

Fixes #12.

I originally wanted to name this Stream, but Foundation’s NSStream is just Stream in Swift 3. The overlap wasn’t worth the hassle.

Also, I think Generator better describes what these actually do.