clast
2024-10-12
CLAST is a Common Lisp library that can produce an "abstract syntax tree" of a "form". Its main use is for source analysis and transformation, e.g., extracting the "free variables" list from a form.
clast
CLAST is a Common Lisp library that can produce an "abstract syntax tree" of a "form". Its main use is for source analysis and transformation, e.g., extracting the "free variables" list from a form.
License:
BSDAuthors:
Marco AntoniottiDependencies:
None
clast/tests
Tests for the CLAST library
License:
BSDAuthors:
Marco AntoniottiDependencies:
clast
fiveam