Skip to content

Commit

Permalink
Update docs with empty string symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
wandersonwhcr committed Apr 18, 2017
1 parent 1e8979b commit da90dc9
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,14 +139,15 @@ The current automaton definition is declared below.

```plain
M = (Q, Σ, δ, q0, F)
Q = { z, a, b, c, d, e, f, g, h }
Q = { a, b, c, d, e, f, g, y, z }
Σ = { I, V, X, L, C, D, M, N }
q0 = h
q0 = g
F = { z }
z -> $h
a -> z | Iz | IIz | IIIz
b -> a | IVz | Va | IXz
z -> ε
y -> $z
a -> y | Iy | IIy | IIIy
b -> a | IVy | Va | IXy
c -> b | Xb | XXb | XXXb
d -> c | XLb | Lc | XCb
e -> d | Cd | CCd | CCCd
Expand Down

0 comments on commit da90dc9

Please sign in to comment.