From 8dcb8a0d9da4960e68846af0a2c9e7b4281d0649 Mon Sep 17 00:00:00 2001 From: azur <73991665+azur1s@users.noreply.github.com> Date: Fri, 4 Feb 2022 09:47:59 +0700 Subject: [PATCH] docs: update TODO --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d2c17e0..711a395 100644 --- a/README.md +++ b/README.md @@ -37,5 +37,6 @@ TODO: - Prove turing complete - Do the intrinsic left - Quote, Quasiquote, etc. +- Linter, for stuff like undefined variables, etc. - Optimizing - Remove unnecessary copying in the entire codebase (also with `.unwrap()`)