BashSpark
Loading...
Searching...
No Matches
bs::shell_token Struct Reference

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.
 

Detailed Description

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.


The documentation for this struct was generated from the following file: