diff options
Diffstat (limited to 'notes.txt')
-rw-r--r-- | notes.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/notes.txt b/notes.txt new file mode 100644 index 0000000..d00a80d --- /dev/null +++ b/notes.txt @@ -0,0 +1,9 @@ +Implementation of an ed clone. + +Things to sort out: + +- buffering + +- regexp (use libc regexp (compat mode, to run also on *BSD)) + +Target: 16KB |