- Added ::clear method.
- Handles ::captureFirst with an empty tree.
This commit is contained in:
Paul Beckingham
2014-04-25 22:31:52 -07:00
parent 74cfc972fc
commit b5bd3e44c8
2 changed files with 14 additions and 2 deletions

View File

@@ -38,6 +38,7 @@ public:
A3t ();
~A3t ();
void initialize (int, const char**);
void clear ();
void appendStdin ();
Tree* tree ();
Tree* parse ();