Lexer: Implemented ::decomposePattern

This commit is contained in:
Paul Beckingham
2015-07-11 17:09:29 -04:00
parent 1f8a66b7f3
commit d0e4f4ca10
2 changed files with 27 additions and 0 deletions

View File

@@ -80,6 +80,7 @@ public:
static bool readWord (const std::string&, std::string::size_type&, std::string&);
static bool decomposePair (const std::string&, std::string&, std::string&, std::string&, std::string&);
static bool decomposeSubstitution (const std::string&, std::string&, std::string&, std::string&);
static bool decomposePattern (const std::string&, std::string&, std::string&);
static int hexToInt (int);
static int hexToInt (int, int);
static int hexToInt (int, int, int, int);