From b9910b224bc4536c3718f7edef5f6f9edbaa117d Mon Sep 17 00:00:00 2001 From: anon Date: Tue, 26 Sep 2023 14:11:21 +0200 Subject: [PATCH] docs --- documentation/README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/documentation/README.md b/documentation/README.md index aa57dfa..200f590 100644 --- a/documentation/README.md +++ b/documentation/README.md @@ -29,6 +29,23 @@ State transition table look up + fail --> return + fail --> return --- +# Legend + +| | Start | End | +| :--: | :---: | :-: | +| Line | SOS | EOS | +| Word | WOS | EOW | + +#### SOS +Start Of String + +#### EOS +Start Of String + +#### WOS +Start Of String + +--- ##### HALT\_AND\_CATCH\_FIRE H&C is a special state signalling that we have hit a dead end. The reason why need it and we cant just instanly quick is backtracking. @@ -89,7 +106,7 @@ and finally returns failiour. #### \< -This is the SOW (start of word) operator. +This is the SOW operator. SOW must match: ``` ^myword