四、就下列 BNF 文法(Grammar): ::= | ::= if then else < stm> | if then ::= goto ::= x | y | z ::= a | b | c 寫出下列字串之所有的剖析樹(Parse tree)或指出其為語法誤差(Syntax error)。 if a then if b then goto x else if c then goto y else goto z (20 分)