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,
|
||||
|
||||
Reference in New Issue
Block a user