recognize missing syntax errors (#1354, #1361)

This commit is contained in:
Mark Thom
2022-03-22 22:48:51 -06:00
parent 067e2633af
commit 2173a8e3cb
3 changed files with 3 additions and 16 deletions

View File

@@ -21,8 +21,6 @@ use std::io::{Cursor, Error, ErrorKind, Read};
type SubtermDeque = VecDeque<(usize, usize)>;
// pub(crate) type PrologStream = ParsingStream<Stream>;
impl MachineState {
pub(crate) fn devour_whitespace(
&mut self,