Lexer:: Implemented ::commonLength with offsets, for embedded parsing

This commit is contained in:
Paul Beckingham 2015-07-27 00:04:00 -04:00
parent 244c81a647
commit a9b701ae6d
2 changed files with 23 additions and 0 deletions

View file

@ -86,6 +86,7 @@ public:
static int hexToInt (int, int);
static int hexToInt (int, int, int, int);
static int commonLength (const std::string&, const std::string&);
static int commonLength (const std::string&, std::string::size_type, const std::string&, std::string::size_type);
bool isEOS () const;