fix lexer bugs.
This commit is contained in:
@@ -466,7 +466,6 @@ pub enum ParserError
|
||||
BuiltInArityMismatch(&'static str),
|
||||
UnexpectedChar(char),
|
||||
UnexpectedEOF,
|
||||
FailedMatch(String),
|
||||
IO(IOError),
|
||||
ExpectedRel,
|
||||
InadmissibleFact,
|
||||
|
||||
Submodule src/prolog/parser updated: c413cc4651...914f216add
Reference in New Issue
Block a user