-
Notifications
You must be signed in to change notification settings - Fork 0
Boolean TAC Code Generate
Oyasuminasai edited this page Dec 17, 2024
·
2 revisions
This method use the boolean result to control the flow of the procedure.
This is a L Translation Paradigm.
Inside this attribute grammar, both .true
and .false
attribute should be a gotoable label.
Note that:
-
.true
&.false
always passing top down. -
.code
always passing bottom up.