From b10c098fe1470641e9f0450a302dae237aaa85f0 Mon Sep 17 00:00:00 2001 From: Egor Sheremetov Date: Wed, 9 Aug 2023 20:23:07 +0200 Subject: [PATCH] Added new todo to run Lama compiler on Lama --- runtime/TODO.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/runtime/TODO.md b/runtime/TODO.md index 3e67e4019..eb6abfdaf 100644 --- a/runtime/TODO.md +++ b/runtime/TODO.md @@ -10,9 +10,10 @@ - [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 +- [ ] Add more stress tests (for graph-like structures) to `stdlib/regression` and unit tests - [ ] Magic constants - [ ] Normal documentation: a-la doxygen - [ ] Think: normal debug mode - [ ] Fix warnings in C code -- [ ] Add more stress tests to `stdlib/regression` and unit tests - [ ] Modes (like FULL_INVARIANTS) -> separate files \ No newline at end of file