|
BashSpark
|
Represents a token generated during command parsing. More...
#include <shell_tokenizer.h>
Public Attributes | |
| shell_token_type | m_nType |
| The type of the token. | |
| std::size_t | m_nPos |
| The position of the token in the input. | |
| std::string_view | m_sTokenText |
| The text of the token. | |
Represents a token generated during command parsing.
This struct holds information about the type, position, and text of a token extracted from a shell command.