From bdca6c3cc59230a90a61e26cdd58cdd33919872e Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 26 May 2025 13:08:34 +0200 Subject: tighten syntax diagrams --- syntax/Identifier.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'syntax/Identifier.py') 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" -- cgit v1.2.3