diff options
Diffstat (limited to 'def_List.py')
| -rwxr-xr-x | def_List.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/def_List.py b/def_List.py index dc887b2..087727e 100755 --- a/def_List.py +++ b/def_List.py @@ -7,7 +7,6 @@ from os.path import basename, splitext from railroad import * Diagram( - Start("complex"), Choice(0, "[-*]", Sequence( @@ -26,6 +25,6 @@ Diagram( Skip() ), NonTerminal("NEWLINE"), - End("complex") + type="complex" ).writeStandalone( open(splitext(basename(__file__))[0] + ".svg", "w").write) |
