Added readme and todo files.

This commit is contained in:
Nathan Vegdahl 2014-12-13 19:22:40 -08:00
parent 8b62f01222
commit 4a93800780
2 changed files with 5 additions and 0 deletions

4
readme.md Normal file
View File

@ -0,0 +1,4 @@
Led
===
Led is a simple console-based text editor, inspired loosely by [Zed](http://zedapp.org).

1
todo.md Normal file
View File

@ -0,0 +1 @@
- Implement useful iterators for the Text Rope.