]> Kevux Git Server - fll/commitdiff
Bugfix: IKI and EKI specifications, clarifying backslash escaping.
authorKevin Day <Kevin@kevux.org>
Thu, 21 Nov 2024 04:54:05 +0000 (22:54 -0600)
committerKevin Day <Kevin@kevux.org>
Thu, 21 Nov 2024 04:54:05 +0000 (22:54 -0600)
I made several improvements in my previous commit e9621b09db34cfd9ac6264c77068c34afa5bfb17.
I added documentation regarding the backslashes similar to how the FSS backslashes are handled.
For the IKI and EKI specifications, this is not the case.

Update the specification to clarify this situation.
Update the examples to better describe this.
Fix the examples to be accurate.

specifications/eki.txt
specifications/iki.txt

index 7ef68b436795bc3dd5a21c4686f31423fb5a7141..2d91d0183a58594772d6acacd4e123072e509757 100644 (file)
@@ -1,7 +1,7 @@
 # fss-0002 iki-0000
 #
 # license open-standard-license-1.0-or-later
-# version 2024/11/19
+# version 2024/11/21
 #
 # This file (assumed to be named eki.txt) can be more easily read using the following iki_read commands:
 #   iki_read eki.txt +Q -w -WWW character "'" "'" code '"' '"' italic '"' '"'
@@ -63,7 +63,9 @@ EKI Specifications:
 
     These are examples of escapes: one:"\" escape", two:"\\" escape", three:"\\\" escape", six:"\\\\\\" escape".
 
-    These are examples of non-escapes: one:"\' escape", two:"\\' escape", three:"\\\' escape", six:"\\\\\\' escape".`
+    These are examples of non-escapes: one:"\' escape", two:"\\' escape", three:"\\\' escape", six:"\\\\\\' escape".
+
+    These slashes \ \\ \\\ are not escaped because there is now quote immediately after it.`
 
   Objects (also called vocabulary or variable name) would be\:
      1.1) italic
@@ -95,7 +97,7 @@ EKI Specifications:
      8.1) " escape
      9.1) \\
     10.1) \" escape
-    11.1) \\\\" escape
+    11.1) \\\
     12.1) \' escape
     13.1) \\' escape
     14.1) \\\' escape
index 884d6bf63e79e206b3414addcbd09d1367c513bc..e1877c35765ba31f18b3da75f95b9e0fc8d28d46 100644 (file)
@@ -1,7 +1,7 @@
 # fss-0002 iki-0000
 #
 # license open-standard-license-1.0-or-later
-# version 2024/11/19
+# version 2024/11/21
 #
 # This file (assumed to be named iki.txt) can be more easily read using the following iki_read commands:
 #   iki_read iki.txt +Q -w -WWW character "'" "'" code '"' '"' italic '"' '"'
@@ -41,9 +41,9 @@ IKI Specifications:
   The backslashes used for escaping quotes use character:"\\" (unicode:"U+005C").
   Unless otherwise specified, these backslash escapes are performed only when required and not unilaterally.
   One backslash escapes the valid quote, resulting in the quote being part of the italic:"Content".
-  Two backslash escape the backslash, resulting in the backslash (but not the quote) being part of the italic:"Content".
-  Three backslash escapes or more escaped the quote and the first backslash.
-  Every backslash after the third is used literally and does no escape anything.
+  Two backslashes escape the backslash, resulting in the backslash (but not the quote) being part of the italic:"Content".
+  An odd number of backslashes before a valid quote results in the backslashes and the quote being escaped.
+  An even number of backslashes before a valid quote results in the backslashes but not the quote being escaped.
 
   The IKI format will use code:"iki-0000" to represent an IKI with no explicitly defined vocabulary.
   Whereas code:"iki-0001" and beyond represent a specific IKI vocabulary.
@@ -88,7 +88,9 @@ IKI Specifications:
 
     These are examples of escapes: one:"\" escape", two:"\\" escape", three:"\\\" escape", six:"\\\\\\" escape".
 
-    These are examples of non-escapes: one:"\' escape", two:"\\' escape", three:"\\\' escape", six:"\\\\\\' escape".`
+    These are examples of non-escapes: one:"\' escape", two:"\\' escape", three:"\\\' escape", six:"\\\\\\' escape".
+
+    These slashes \ \\ \\\ are not escaped because there is now quote immediately after it.`
 
   Objects (also called vocabulary or variable name) would be\:
      1.1) italic
@@ -116,7 +118,7 @@ IKI Specifications:
      7.1) " escape
      8.1) \
      9.1) \" escape
-    10.1) \\\\" escape
+    10.1) \\\
     11.1) \' escape
     12.1) \\' escape
     13.1) \\\' escape