Skip to content

Dicuo/Iterators-Extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PenguinMod Iterators Extension

An extension that adds iterators to PenguinMod

To do:

  • Make iterators use generators so lambdas can be properly executed
  • Fix freezing when iterators take too long to terminate/collect
  • Add Block and Argument to divIterator (using jwArray as reference)
  • Add handling for improper input (e.g if a block is called with no input if it should be casted, if not what to do)
  • Clean the code a bit if possible (might still need some more)
  • Add documentation
  • Create some kind of "iterable" interface for custom types (iterate over and collect to could be made type-generic!)
  • Add a block for defining custom iterators (Possibly generator style?)

About

An extension that adds iterators to PenguinMod

Topics

Resources

Stars

Watchers

Forks