Expression reboot

- Implemented A3::is_subst.
This commit is contained in:
Paul Beckingham 2011-07-24 13:41:04 -04:00
parent c39f8bd6af
commit 10c1203c87
2 changed files with 46 additions and 30 deletions

View file

@ -112,9 +112,9 @@ public:
static bool is_dom (Nibbler&, std::string&);
static bool is_duration (Nibbler&, std::string&);
static bool is_pattern (Nibbler&, std::string&);
static bool is_subst (Nibbler&, std::string&);
/*
static bool is_subst (const std::string&);
static bool is_id (const std::string&);
static bool is_uuid (const std::string&);
static bool is_tag (const std::string&);