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 _______________________________________________ Chicken-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-users
