Project Alice
Loading...
Searching...
No Matches
parsers::token_and_type Struct Reference

#include <parsers.hpp>

Public Attributes

std::string_view content
 
int32_t line = 0
 
token_type type = token_type::unknown
 

Detailed Description

Definition at line 30 of file parsers.hpp.

Member Data Documentation

◆ content

std::string_view parsers::token_and_type::content

Definition at line 31 of file parsers.hpp.

◆ line

int32_t parsers::token_and_type::line = 0

Definition at line 32 of file parsers.hpp.

◆ type

token_type parsers::token_and_type::type = token_type::unknown

Definition at line 33 of file parsers.hpp.


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