adjust of a few messages
Esse commit está contido em:
@@ -67,7 +67,6 @@ class Syntaxer {
|
||||
// let's analize it, now
|
||||
Analyst::analize($expression, $struct, $tokens);
|
||||
}
|
||||
print_r(Analyst::getUniverse());
|
||||
return $this;
|
||||
}
|
||||
}
|
||||
@@ -56,6 +56,7 @@ EOT
|
||||
return false;
|
||||
}
|
||||
|
||||
$startingTime= microtime();
|
||||
Mind::$lexer= new Lexer();
|
||||
|
||||
$srcs= Mind::$currentProject['sources'];
|
||||
@@ -76,6 +77,13 @@ EOT
|
||||
if(!Mind::$syntaxer->sweep())
|
||||
return false;
|
||||
|
||||
$endingTime= microtime();
|
||||
|
||||
// do NOT print it if you have MANY entities, the webbrowser freezes
|
||||
//print_r(Analyst::getUniverse());
|
||||
echo "Time: ".
|
||||
number_format(((float)$endingTime) - ((float)$startingTime), 4).
|
||||
"s\n";
|
||||
return $this;
|
||||
}
|
||||
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário