Skip to content

CisimEjirtimid/pipes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages