[dmd-internals] Fixing forward ref bugs for good

Walter Bright walter at digitalmars.com
Tue Sep 13 15:04:35 PDT 2011


Don, just so you know, I've been thinking for a while about transitioning from 
doing the semantic pass in order to doing it completely "on demand". In other 
words, try to semantic a declaration. In the process, any declarations it 
depends on are semantic'd if not already, recursively.


More information about the dmd-internals mailing list