Consider a grammar for it then eise expressions and function application expressions with the following production rules
Posted: Sun May 15, 2022 11:39 am
Consider a grammar for it then eise expressions and function application expressions with the following production rules E: if E then E else E 1 Etd 1 id Show that this grammar is ambiguous by constructing three different leftmost derivations for the following expression: if id that id else id id id.