|
BashSpark
|
#include <shell_tokenizer.h>
Static Public Member Functions | |
| static std::vector< shell_token > | tokens (ifakestream &oStdIn) |
| Tokenizes input from the standard input stream. | |
|
static |
Tokenizes input from the standard input stream.
| oStdIn | The input fake stream to read commands from. |
| shell_exception | If a syntax error is detected |
This method reads from the provided input stream and generates tokens until the end of the input is reached.