Valentin Petzel <valen...@petzel.at> writes: > Hi David! > > I suppose it might be useful to have something like a parsing function > that does parse a file internally, but returns a scheme structure > containing all variables, functions, scores, books, whatever defined > in that file. This would make using stuff in a different file much > more clean than the current include method.
That's not possible because things like assignments aren't structure but action, and the subsequent interpretation of the file may well depend on those assignments being executed. -- David Kastrup