From cc2b5696ec219372187b46babbca4f4dab111111 Mon Sep 17 00:00:00 2001 From: Alexander Popolitov Date: Thu, 20 Jun 2013 03:06:23 +0400 Subject: [PATCH] Add hint about using without-curlex branch --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 816eb7f..c892f4a 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,13 @@ Still, one can explicitly specify to find undefs with respect to top-level envir CL-USER> (let ((a 1)) (cl-indeterminism:find-undefs 'a :env :null)) ((:FUNCTIONS) (:VARIABLES A)) - Uses profound HU.DWIM.WALKER system to do the heavy lifting of code walking and is, in fact, just a convenience wrapper around it. +Note: if your implementation is not supported by HU.DWIM.WALKER or CL-CURLEX, +then branch "without-curlex" is for you - there initial unsophisticated behaviour + of the system is fixed forever. + TODO: - (done) find undefined variables with respect to current lexenv, not null lexenv - (done) allow to specify null lexenv