pub type StmtEntry = (Stmt, bool, usize);Expand description
A parsed statement entry: (statement, is_silent, source_line).
is_silent is true when the statement ends with ; (output suppressed).
source_line is the 1-based line number within the input string.