You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Sean Copenhaver a321df129e refactored to use the Enumerable protocol for enumerating over leaves 11 years ago
lib refactored to use the Enumerable protocol for enumerating over leaves 11 years ago
test replace functionality in... place 11 years ago
.gitignore got a very naive find implemented 11 years ago
LICENSE.txt oops forgot to update license info 11 years ago
Makefile got a find and find_all working 11 years ago
README.md adding the usual repo files 11 years ago
mix.exs hiding the rope records some and adding some docs to play around with tooling 11 years ago
mix.lock hiding the rope records some and adding some docs to play around with tooling 11 years ago

README.md

Rope

Implementing the rope data structure to play around with Elixir some... and to do something kind of computer sciencey again.

It will attempt to provide an API similar to the Elixir String module.