From 7406739fcf4397da1ad17ee88ca352c55304615e Mon Sep 17 00:00:00 2001 From: jackjohn7 <70782491+jackjohn7@users.noreply.github.com> Date: Sun, 17 May 2026 00:30:29 -0500 Subject: [PATCH] update README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index afc9ae5..b5d4a03 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ I'd like to build the following: - [ ] substitutions for known abstractions (numbers can be written and are displayed as numbers rather than lambda terms) - [ ] replace known terms in input - [X] replace known terms in output + - [ ] support detection and replacement for generic church numerals (not just 1 and 0 (false)) - [ ] persisted variables - [ ] display all steps in alpha/beta reductions until beta normal form is reached - [ ] online web-based lambda playground