From 26597926c95bdf41a4cfe17cb0c5c00367253551 Mon Sep 17 00:00:00 2001 From: anon Date: Tue, 26 Sep 2023 14:20:20 +0200 Subject: [PATCH] . --- documentation/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/documentation/README.md b/documentation/README.md index 10cab6d..ec398d9 100644 --- a/documentation/README.md +++ b/documentation/README.md @@ -20,14 +20,19 @@ --- State transition table look up + + success --> continue + + fail --> look up fallback table * success --> continue * fail --> return + EOS ? --> look up fallback table + + success --> is 0 width? * success --> continue * fail --> return + + fail --> return ---