Skip to content

Commit

Permalink
Add hint about using without-curlex branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mabragor committed Jun 19, 2013
1 parent 90b71bc commit cc2b569
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -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
Expand Down

0 comments on commit cc2b569

Please sign in to comment.