This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.
A compiler is built from many modules (lexical analysis, parsing, semantic analysis, IR translation, optimization, code generation, etc). Each module does a specific job, but they must work together. The interfaces between them are just as critical as the algorithms inside the modules. Any large software system is much easier to understand and implement if the designer takes care with the…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.