adjust of a few messages
Esse commit está contido em:
@@ -67,7 +67,6 @@ class Syntaxer {
|
|||||||
// let's analize it, now
|
// let's analize it, now
|
||||||
Analyst::analize($expression, $struct, $tokens);
|
Analyst::analize($expression, $struct, $tokens);
|
||||||
}
|
}
|
||||||
print_r(Analyst::getUniverse());
|
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -55,7 +55,8 @@ EOT
|
|||||||
Mind::write('currentProjectRequiredTip');
|
Mind::write('currentProjectRequiredTip');
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$startingTime= microtime();
|
||||||
Mind::$lexer= new Lexer();
|
Mind::$lexer= new Lexer();
|
||||||
|
|
||||||
$srcs= Mind::$currentProject['sources'];
|
$srcs= Mind::$currentProject['sources'];
|
||||||
@@ -76,6 +77,13 @@ EOT
|
|||||||
if(!Mind::$syntaxer->sweep())
|
if(!Mind::$syntaxer->sweep())
|
||||||
return false;
|
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;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Referência em uma Nova Issue
Bloquear um usuário