Expressions
- Broke up the parsing process into smaller steps to allow second pass parsing when "exp" tokens are expanded.
This commit is contained in:
@@ -223,6 +223,11 @@ bool DOM::is_primitive (const std::string& input)
|
||||
double d;
|
||||
int i;
|
||||
|
||||
// TODO Date?
|
||||
// TODO Quoted Date?
|
||||
// TODO Duration?
|
||||
// TODO Quoted Duration?
|
||||
|
||||
// String?
|
||||
Nibbler n (input);
|
||||
if (n.getQuoted ('"', s) && n.depleted ())
|
||||
|
||||
Reference in New Issue
Block a user