From 698d956eda9997834e6473034bf2f77926c2a86f Mon Sep 17 00:00:00 2001 From: "David A. Madore" Date: Tue, 17 Jan 2017 16:56:24 +0100 Subject: Typo/thinko. --- exercices2.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'exercices2.tex') diff --git a/exercices2.tex b/exercices2.tex index 2a4416f..22c2eef 100644 --- a/exercices2.tex +++ b/exercices2.tex @@ -322,7 +322,7 @@ la grammaire comme suit : |&\phantom{\rightarrow} \mathtt{begin}\ \mathit{InstrList}\ \mathtt{end}\\ \mathit{Conditional} &\rightarrow \mathtt{if}\ \mathit{Expression}\ \mathtt{then}\ \mathit{InstrNoSC}\ \mathtt{else}\ \mathit{Instruction}\\ |&\phantom{\rightarrow} \mathtt{if}\ \mathit{Expression}\ \mathtt{then}\ \mathit{Instruction}\\ -\mathit{InstrNoSC} &\rightarrow \mathtt{if}\ \mathit{Expression}\ \mathtt{then}\ \mathit{InstrNoSC}\ \mathtt{else}\ \mathit{InstrNoSC}\\ +\mathit{CondNoSC} &\rightarrow \mathtt{if}\ \mathit{Expression}\ \mathtt{then}\ \mathit{InstrNoSC}\ \mathtt{else}\ \mathit{InstrNoSC}\\ \mathit{InstrList} &\rightarrow \mathit{Instruction} \;|\; \mathit{Instruction}\ \mathit{InstrList}\\ \mathit{Expression} &\rightarrow \mathtt{true} \;|\; \mathtt{false} \;|\; \mathtt{happy} \;|\; \mathtt{trippy}\\ \end{aligned} -- cgit v1.2.3