Compiler Design Laboratory

6. Automatic generation of the MiniJava Visitor design pattern

6.1 Assignments

  1. Study the VTransformer project visitor located in JavaCC.zip package.
  2. Augment the MiniJava grammar with the corresponding option in order to generate the visitor interface.
  3. Write a visitor that displays abstract syntax tree nodes content.

Assignments time: 1 week