diff options
author | Preston Pan <preston@nullring.xyz> | 2024-01-28 20:14:53 -0800 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2024-01-28 20:14:53 -0800 |
commit | 93b732e0d4485d61ced8c48740299fc6aa00f8b3 (patch) | |
tree | 93860e0266098553f165ff88fa5834402c47e6c2 /README.md | |
parent | 1e95a76aa28df41b36c1ec41e24287d6c1b4065b (diff) |
change version; add to readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |