[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-users] reachable top-level functions and variables
From: |
Evan Hanson |
Subject: |
Re: [Chicken-users] reachable top-level functions and variables |
Date: |
Thu, 13 Jul 2017 11:28:48 +1200 |
Hi Sven,
Have you tried `csc <filename> -analyze-only -debug d`?
This will give you a full list of value definitions, including module
prefixes for any identifiers bound within a module. This may not be
precisely what you mean by "reachable", but it might be a start.
Cheers,
Evan
Re: [Chicken-users] reachable top-level functions and variables, Mario Domenech Goulart, 2017/07/13
Re: [Chicken-users] reachable top-level functions and variables, Marc Feeley, 2017/07/13