механизм вывода для показателей производительности (inference engine for performance metrics)
Ошибки (баги) (Bugs)
The lexical scanner and parser will attempt to recover after an
error in the input expressions. Parsing resumes after skipping
input up to the next semi-colon (;), however during this skipping
process the scanner is ignorant of comments and strings, so an
embedded semi-colon may cause parsing to resume at an unexpected
place. This behavior is largely benign, as until the initial
syntax error is corrected, pmie
will not attempt any expression
evaluation.