From 900377463a8264871ee42e488112b076b7973b6a Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 27 Jan 2024 13:22:56 +0900 Subject: feat: partially implement execution --- src/Execution/StackEntries/Label.php | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/Execution/StackEntries/Label.php (limited to 'src/Execution/StackEntries/Label.php') diff --git a/src/Execution/StackEntries/Label.php b/src/Execution/StackEntries/Label.php new file mode 100644 index 0000000..b83fb0f --- /dev/null +++ b/src/Execution/StackEntries/Label.php @@ -0,0 +1,21 @@ + $arity + * @param list $target + */ + public function __construct( + public int $arity, + public array $target, + ) { + } +} -- cgit v1.2.3-70-g09d2