Skip to content

Commit da90dc9

Browse files
committed
Update docs with empty string symbol
1 parent 1e8979b commit da90dc9

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -139,14 +139,15 @@ The current automaton definition is declared below.
139139

140140
```plain
141141
M = (Q, Σ, δ, q0, F)
142-
Q = { z, a, b, c, d, e, f, g, h }
142+
Q = { a, b, c, d, e, f, g, y, z }
143143
Σ = { I, V, X, L, C, D, M, N }
144-
q0 = h
144+
q0 = g
145145
F = { z }
146146
147-
z -> $h
148-
a -> z | Iz | IIz | IIIz
149-
b -> a | IVz | Va | IXz
147+
z -> ε
148+
y -> $z
149+
a -> y | Iy | IIy | IIIy
150+
b -> a | IVy | Va | IXy
150151
c -> b | Xb | XXb | XXXb
151152
d -> c | XLb | Lc | XCb
152153
e -> d | Cd | CCd | CCCd

0 commit comments

Comments
 (0)