CYPool &pool_;
void *scanner_;
+ std::vector<char> buffer_;
+ bool tail_;
+
std::stack<bool> in_;
+ std::stack<bool> template_;
bool newline_;
bool last_;
int debug_;
bool strict_;
- bool commented_;
+ bool highlight_;
enum Condition {
RegExpCondition,
bool Parse();
void Replace(CYOptions &options);
- Condition GetCondition();
void SetCondition(Condition condition);
void PushCondition(Condition condition);