mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Lexer:: Added polymorphic ::readWord for quoteѕ and unquoted strings
This commit is contained in:
parent
abaf326855
commit
7a6d546a0d
3 changed files with 80 additions and 15 deletions
|
@ -76,6 +76,7 @@ public:
|
|||
static void dequote (std::string&);
|
||||
static bool wasQuoted (const std::string&);
|
||||
static bool readWord (const std::string&, const std::string&, std::string::size_type&, std::string&);
|
||||
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 int hexToInt (int);
|
||||
static int hexToInt (int, int);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue