From 8d05de58f79292b7eff0a8cbbadba61dda984dbc Mon Sep 17 00:00:00 2001 From: Mark Date: Sat, 29 Oct 2022 15:45:27 -0700 Subject: [PATCH] Updated README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c5ddefc..c053cc6 100644 --- a/README.md +++ b/README.md @@ -80,8 +80,9 @@ Lamb treats each λ expression as a binary tree. Variable binding and reduction - Prevent macro-chaining recursion - step-by-step reduction - Full-reduce option (expand all macros) - - Show a warning when a free variable is created - PyPi package + - Cleanup warnings + - History queue ## Todo: