Rope data structure implementation in Hare.
commits
Author
Commit
Message
Date
Added `join` operation and added a check to the Makefile.
Moved the `rope` implementation to the `rope/` module.
Added initial rope implementation and index functionality.