mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-07 21:07:20 +02:00
Parsing
- Added special look-ahead rules to remove cases where '3M' was considered a number.
This commit is contained in:
parent
e238b94d1b
commit
7aa7fe083f
2 changed files with 82 additions and 6 deletions
2
src/A3.h
2
src/A3.h
|
@ -130,6 +130,8 @@ public:
|
|||
static bool is_id (Nibbler&, std::string&);
|
||||
static bool is_uuid (Nibbler&, std::string&);
|
||||
static bool is_tag (Nibbler&, std::string&);
|
||||
static bool is_number (Nibbler&, double&);
|
||||
static bool is_integer (Nibbler&, int&);
|
||||
|
||||
static bool extract_pattern (const std::string&, std::string&);
|
||||
static bool extract_tag (const std::string&, char&, std::string&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue