aboutsummaryrefslogtreecommitdiff
path: root/_syntax.qmd
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2025-05-26 13:02:00 +0200
committerJonas Smedegaard <dr@jones.dk>2025-05-26 13:02:00 +0200
commita3eb7e16a727849c58cbabe3b1b9ef64b6f740f6 (patch)
treeb173b77fcbd7355d409df8a9cfc1362518569c75 /_syntax.qmd
parentcc6f0bb498635e85fa7938d34051af1e6ec0df37 (diff)
restructure PEG for simpler adding SemWord
Diffstat (limited to '_syntax.qmd')
-rw-r--r--_syntax.qmd14
1 files changed, 11 insertions, 3 deletions
diff --git a/_syntax.qmd b/_syntax.qmd
index 94f49bd..545ffb6 100644
--- a/_syntax.qmd
+++ b/_syntax.qmd
@@ -26,16 +26,24 @@ regular expressions and the negative predicate from PEG notation.
![AnnotatedWords](syntax/AnnotatedWords.svg)
-![AnnotatedWords with Semantic Markdown](syntax/AnnotatedWordsX.svg)
-
![LinkLabel](syntax/LinkLabel.svg)
![LinkTitle](syntax/LinkTitle.svg)
-![SemWords](syntax/SemWords.svg)
+![KeyWords](syntax/KeyWords.svg)
![PlainWords](syntax/PlainWords.svg)
+![KeyWord](syntax/KeyWord.svg)
+
+![KeyWord with Semantic Markdown](syntax/KeyWordX.svg)
+
+![Identifier](syntax/Identifier.svg)
+
+![Class](syntax/Class.svg)
+
+![Attribute](syntax/Attribute.svg)
+
![SemWord](syntax/SemWord.svg)
![Curie](syntax/Curie.svg)