Parsing
- Added special look-ahead rules to remove cases where '3M' was considered a number.
This commit is contained in:
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&);
|
||||
|
||||
Reference in New Issue
Block a user