aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPreston Pan <preston@nullring.xyz>2024-01-28 20:14:53 -0800
committerPreston Pan <preston@nullring.xyz>2024-01-28 20:14:53 -0800
commit93b732e0d4485d61ced8c48740299fc6aa00f8b3 (patch)
tree93860e0266098553f165ff88fa5834402c47e6c2 /README.md
parent1e95a76aa28df41b36c1ec41e24287d6c1b4065b (diff)
change version; add to readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
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