We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e60f9a9 commit 8fba985Copy full SHA for 8fba985
src/krivine.php
@@ -119,10 +119,10 @@ function execute()
119
120
function step()
121
{
122
- echo 'code: '.json_encode($this->code)."\n";
123
- echo 'env: '.json_encode($this->env)."\n";
124
- echo 'stack: '.json_encode($this->stack)."\n";
125
- echo "---\n";
+ // echo 'code: '.json_encode($this->code)."\n";
+ // echo 'env: '.json_encode($this->env)."\n";
+ // echo 'stack: '.json_encode($this->stack)."\n";
+ // echo "---\n";
126
127
$inst = first(first($this->code));
128
$inst_arg = rest(first($this->code));
0 commit comments