diff options
| author | Jonas Smedegaard <dr@jones.dk> | 2025-05-26 13:08:34 +0200 |
|---|---|---|
| committer | Jonas Smedegaard <dr@jones.dk> | 2025-05-26 13:11:21 +0200 |
| commit | bdca6c3cc59230a90a61e26cdd58cdd33919872e (patch) | |
| tree | 9d6a7b411db54daafeda4669ebcd367e96603e50 /syntax/Identifier.py | |
| parent | c20684579782d2ebbdf08b85618b4c01cdb93adb (diff) | |
tighten syntax diagrams
Diffstat (limited to 'syntax/Identifier.py')
| -rwxr-xr-x | syntax/Identifier.py | 2 |
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" |
