aboutsummaryrefslogtreecommitdiff
path: root/def_SPACE.py
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2025-05-23 07:07:04 +0200
committerJonas Smedegaard <dr@jones.dk>2025-05-23 07:07:04 +0200
commit7e56c94c03727894dec1b65da923bb4bd532df52 (patch)
treed964a2fc96af99b43133eacb046910e9d2bfff20 /def_SPACE.py
parentc137bb34cf4f5875e6b959e5563dd37c0f1638bc (diff)
move syntax diagrams to subdir
Diffstat (limited to 'def_SPACE.py')
-rwxr-xr-xdef_SPACE.py13
1 files changed, 0 insertions, 13 deletions
diff --git a/def_SPACE.py b/def_SPACE.py
deleted file mode 100755
index 102f6f4..0000000
--- a/def_SPACE.py
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/usr/bin/python3
-
-# Copyright 2025, Jonas Smedegaard <dr@jones.dk>
-# SPDX-License-Identifier: GPL-3+
-
-from os.path import basename, splitext
-from railroad import *
-
-Diagram(
- "' '",
- type="complex"
-).writeStandalone(
- open(splitext(basename(__file__))[0] + ".svg", "w").write)