summaryrefslogtreecommitdiff
path: root/ipl/packs/tcll1/if_nll1.grm
blob: 0e74101f5f6b16e5e78ed3c3b820ea1d44280e86 (plain)
1
2
3
4
5
6
7
8
# if-nll1
# not LL(1)
start = statement .
statement = if e then statement
	| if e then statement else statement
	| i "=" e.