From 93b732e0d4485d61ced8c48740299fc6aa00f8b3 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Sun, 28 Jan 2024 20:14:53 -0800 Subject: change version; add to readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index b483ac4..2799901 100644 --- a/README.md +++ b/README.md @@ -27,3 +27,13 @@ repository. # Documentation See the [Doxygen generated documentation](https://stemdoc.nullring.xyz) for the C API documentation and [my blog post](https://ret2pop.nullring.xyz/blog/stem.html). + +# Task List +- [ ] Write a library for stem to test the FLI +- [ ] Write a line editor with said library +- [ ] ed clone with stem configuration +- [ ] Stem to C transpiler +- [ ] Stem compiler for other lower level backends + +and of course, the ever-present: +- [ ] fix all bugs -- cgit