aboutsummaryrefslogtreecommitdiff
path: root/syntax/Identifier.py
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2025-05-26 13:08:34 +0200
committerJonas Smedegaard <dr@jones.dk>2025-05-26 13:11:21 +0200
commitbdca6c3cc59230a90a61e26cdd58cdd33919872e (patch)
tree9d6a7b411db54daafeda4669ebcd367e96603e50 /syntax/Identifier.py
parentc20684579782d2ebbdf08b85618b4c01cdb93adb (diff)
tighten syntax diagrams
Diffstat (limited to 'syntax/Identifier.py')
-rwxr-xr-xsyntax/Identifier.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/Identifier.py b/syntax/Identifier.py
index 2f1ff5f..36c27f5 100755
--- a/syntax/Identifier.py
+++ b/syntax/Identifier.py
@@ -6,7 +6,7 @@
from railroad import *
Diagram(
- "'#'",
+ "#",
"[[:alpha:]]",
"[[:alnum:]]*",
type="complex"