CLI
- Implemented ::disqualifyOnlyParenOps, which bypasses lexing if parentheses are the only operators found.
This commit is contained in:
@@ -128,6 +128,7 @@ private:
|
||||
|
||||
bool disqualifyInsufficientTerms (const std::vector <std::pair <std::string, Lexer::Type> >&) const;
|
||||
bool disqualifyNoOps (const std::vector <std::pair <std::string, Lexer::Type> >&) const;
|
||||
bool disqualifyOnlyParenOps (const std::vector <std::pair <std::string, Lexer::Type> >&) const;
|
||||
|
||||
public:
|
||||
std::multimap <std::string, std::string> _entities;
|
||||
|
||||
Reference in New Issue
Block a user