CLI
- Allow ::getWords to run ::analyze but skip the desugar and decomposition steps.
This commit is contained in:
@@ -69,7 +69,7 @@ public:
|
||||
void entity (const std::string&, const std::string&);
|
||||
void initialize (int, const char**);
|
||||
void add (const std::string&);
|
||||
void analyze ();
|
||||
void analyze (bool parse = true);
|
||||
const std::string getFilter ();
|
||||
const std::vector <std::string> getWords ();
|
||||
const std::vector <std::string> getModifications ();
|
||||
|
||||
Reference in New Issue
Block a user