Martin Stjernholm, Roxen IS @ Pike developers forum wrote:
Are the rules for how to compile a file set in language.yacc?
What do you mean?
How to compile a class, and when there is a reference to another module, to go off and compile that one, etc.
Right now the compiler goes through every file from the beginning
to the end two times and that's it.
My question might be better put like: in which file(s) is the compiler logic for the above statment? And hopefully I've not mixed up the concept completely so this is not two entirely different questions :)