Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 396 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 396 Bytes

Pipes - Lua implementation of streaming primitives

Implements a couple of algorithms through use of iterators and coroutines

  • Words - reads an input string word by word
  • Zip - zips two or more inputs into a single one
  • Successive - reads N number of successive elements and return as one
  • Markov - implements Markov Chain algorithm (with N elements in state) on words input stream