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