Free variables in (lambda () a)
Parsing, AST and "walking" for Common Lisp code.
Status: Alpha
Brought to you by:
marcoxa
The following isn't expected, is it?
(clast:free-variables
(clast:parse
'(lambda () a)))
;=> NIL
PS: I'm at commit 3b679b of 05 May 2020, and not sure which milestone it belongs to. I'm also assuming Tickets of Sourceforge are the equivalent of Issues on Github and Gitlab. I'd be glad to know if I missed something.
Nope. It does not look right.
Let me have a look at it.
You are at the latest commit.
Should be fixed now. The code is still incomplete of course. Any help, even just finding these bugs, is most welcome.
Thanks for the quick response and the fix! :)