Tag Archives: facade

Design Patterns / Week 11

Patterns for compilers design A compiler, even for simple languages, is a complex system. With lots of objects, roles and distributed responsibilities, from parsing the input file and lexical analysis to bytecode generation. On the other side, clients need simple … Continue reading

Posted in Design Patterns | Tagged , , | Comments Off on Design Patterns / Week 11