clast

2023-02-15

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.

Upstream URL

git.code.sf.net/p/clast/code

Author

Marco Antoniotti

License

BSD
README

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:
BSD
Authors:
Marco Antoniotti
Dependencies:

    None

clast/tests

Tests for the CLAST library

License:
BSD
Authors:
Marco Antoniotti
Dependencies:
  • clast

  • fiveam

Dependencies (1)

  • fiveam

Dependents (0)

    • GitHub
    • Quicklisp