mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-08 06:10:36 +02:00
Parser Integration
- New parser integrated and functioning, but only shadows the A3 parser. In debug mode, there is new output, but that's all that happenѕ.
This commit is contained in:
parent
9ee17a5b51
commit
314d0e9d01
4 changed files with 26 additions and 2 deletions
|
@ -50,7 +50,7 @@ A3t::~A3t ()
|
|||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
void A3t::initialize (int argc, char** argv)
|
||||
void A3t::initialize (int argc, const char** argv)
|
||||
{
|
||||
for (int i = 0; i < argc; ++i)
|
||||
{
|
||||
|
|
|
@ -36,7 +36,7 @@ class A3t
|
|||
public:
|
||||
A3t ();
|
||||
~A3t ();
|
||||
void initialize (int, char**);
|
||||
void initialize (int, const char**);
|
||||
Tree* parse ();
|
||||
void entity (const std::string&, const std::string&);
|
||||
bool canonicalize (std::string&, const std::string&, const std::string&) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue