Boolean TAC Code Generate - Oya-Learning-Notes/Compilers GitHub Wiki

Procedure Flow Control

This method use the boolean result to control the flow of the procedure.

Boolean To TAC Control Flow Method

This is a L Translation Paradigm.

Inside this attribute grammar, both .true and .false attribute should be a gotoable label.

About This Grammar

Note that:

  • .true & .false always passing top down.
  • .code always passing bottom up.