From 8c028779742c148a158c943f9d43e88dccb440ef Mon Sep 17 00:00:00 2001 From: Egor Sheremetov Date: Wed, 9 Aug 2023 20:24:09 +0200 Subject: [PATCH] fix TODO.md --- runtime/TODO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/TODO.md b/runtime/TODO.md index eb6abfdaf..2c04a4a1d 100644 --- a/runtime/TODO.md +++ b/runtime/TODO.md @@ -10,7 +10,7 @@ - [x] Fix warnings in ML code - [x] TODO: debug flag doesn't compile - [x] Sexp: move the tag to be `contents[0]` instead of the word in sexp header; i.e. get rid of sexp as separate data structure -- Run Lama compiler on Lama +- [ ] Run Lama compiler on Lama - [ ] Add more stress tests (for graph-like structures) to `stdlib/regression` and unit tests - [ ] Magic constants - [ ] Normal documentation: a-la doxygen