diff options
| author | Jonas Smedegaard <dr@jones.dk> | 2025-05-26 13:02:00 +0200 |
|---|---|---|
| committer | Jonas Smedegaard <dr@jones.dk> | 2025-05-26 13:02:00 +0200 |
| commit | a3eb7e16a727849c58cbabe3b1b9ef64b6f740f6 (patch) | |
| tree | b173b77fcbd7355d409df8a9cfc1362518569c75 /syntax/AnnotatedWords.py | |
| parent | cc6f0bb498635e85fa7938d34051af1e6ec0df37 (diff) | |
restructure PEG for simpler adding SemWord
Diffstat (limited to 'syntax/AnnotatedWords.py')
| -rwxr-xr-x | syntax/AnnotatedWords.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/AnnotatedWords.py b/syntax/AnnotatedWords.py index 729411b..3e565e6 100755 --- a/syntax/AnnotatedWords.py +++ b/syntax/AnnotatedWords.py @@ -10,7 +10,7 @@ Diagram( NonTerminal("Words"), "]", "{", - NonTerminal('![{}] PlainWords'), + NonTerminal('KeyWords'), "}", type="complex" ).writeStandalone(sys.stdout.write) |
