Added command delimiters

This commit is contained in:
Jonathan Turner
2009-05-30 13:01:52 +00:00
parent adea19b2a3
commit 6a9c5ee57f
3 changed files with 46 additions and 15 deletions

View File

@@ -92,12 +92,6 @@ struct Rule {
Rule operator~() {
return Rule(boost::bind(Optional_Rule, _1, _2, _3, _4, _5, *this));
}
//const RuleImplPtr get_impl() const { return impl; }
//private:
//RuleImplPtr impl;
};