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:
@@ -42,6 +42,7 @@ public:
|
||||
|
||||
private:
|
||||
void findBinary ();
|
||||
void findTerminator ();
|
||||
void findCommand ();
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user