CLI2: Implemented ::findIDs using Lexer::Type::set

This commit is contained in:
Paul Beckingham 2015-06-19 23:40:52 -07:00
parent b2803bddda
commit d97aab799a
2 changed files with 50 additions and 80 deletions

View file

@ -120,7 +120,9 @@ private:
void desugarFilterAttributes ();
void desugarFilterAttributeModifiers ();
void desugarFilterPatterns ();
*/
void findIDs ();
/*
void findUUIDs ();
void insertIDExpr ();
void desugarFilterPlainArgs ();
@ -160,8 +162,8 @@ public:
std::vector <std::string> _original_args;
std::vector <A2> _args;
/*
std::vector <std::pair <int, int>> _id_ranges;
/*
std::vector <std::string> _uuid_list;
bool _strict;
bool _terminated;