A3t::findTerminator

- Locates and tags the terminator operator, suppressing all subsequent parsing.
  This is done early in the process, and every other step must observe the
  TERMINATOR tag.
This commit is contained in:
Paul Beckingham
2013-08-30 14:08:09 -07:00
parent 46cd57b4aa
commit 50d4b37519
3 changed files with 34 additions and 1 deletions

View File

@@ -42,6 +42,7 @@ public:
private:
void findBinary ();
void findTerminator ();
void findCommand ();
private: