Skip to content

Commit

Permalink
fix table on totale-2024-06-04
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelemusiani committed Jul 2, 2024
1 parent a2c5b54 commit 0c4c00f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions prove/totale/totale-2024-06-04-soluzione.typ
Original file line number Diff line number Diff line change
Expand Up @@ -87,17 +87,17 @@ trovate errori segnalateli o meglio correggeteli direttamente_ :)

Costruiamo la tabella $\LR(0)$:
#table(
columns: (1fr, 1fr, 1fr, 1fr),
columns: (1fr, 1fr, 1fr, 1fr, 1fr),
align: center,
table.header(
[*a*], [*b*], [*\$*], [*S*]
[], [*a*], [*b*], [*\$*], [*S*]
),
$0$, [S2], [], [G1],
$1$, [], [Acc], [],
$2$, [S2], [S3], [G4],
$3$, [R1], [R1], [R1],
$4$, [], [S5], [],
$5$, [R2], [R2], [R2],
$0$, [S2], [], [], [G1],
$1$, [], [], [Acc], [],
$2$, [S2], [S3], [], [G4],
$3$, [R1], [R1], [R1], [],
$4$, [], [S5], [], [],
$5$, [R2], [R2], [R2], [],
)
Non ci sono conflitti, quindi la grammatica è $\LR(0)$. Discutiamo il
comportamento del parser sugli input: \
Expand Down

0 comments on commit 0c4c00f

Please sign in to comment.