From 26f49b7e27076e689541b9e13a1b54f60a4ee5c2 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Thu, 11 Jul 2024 02:57:23 +0900 Subject: feat: organize namespaces --- .../Instructions/Instrs/Variable/GlobalGet.php | 20 -------------------- .../Instructions/Instrs/Variable/GlobalSet.php | 20 -------------------- .../Instructions/Instrs/Variable/LocalGet.php | 20 -------------------- .../Instructions/Instrs/Variable/LocalSet.php | 20 -------------------- .../Instructions/Instrs/Variable/LocalTee.php | 20 -------------------- 5 files changed, 100 deletions(-) delete mode 100644 src/Structure/Instructions/Instrs/Variable/GlobalGet.php delete mode 100644 src/Structure/Instructions/Instrs/Variable/GlobalSet.php delete mode 100644 src/Structure/Instructions/Instrs/Variable/LocalGet.php delete mode 100644 src/Structure/Instructions/Instrs/Variable/LocalSet.php delete mode 100644 src/Structure/Instructions/Instrs/Variable/LocalTee.php (limited to 'src/Structure/Instructions/Instrs/Variable') diff --git a/src/Structure/Instructions/Instrs/Variable/GlobalGet.php b/src/Structure/Instructions/Instrs/Variable/GlobalGet.php deleted file mode 100644 index 8ee9f09..0000000 --- a/src/Structure/Instructions/Instrs/Variable/GlobalGet.php +++ /dev/null @@ -1,20 +0,0 @@ -