Phasor 2.2.0
Stack VM based Programming Language
Loading...
Searching...
No Matches
Phasor::Token Struct Reference

#include <Lexer.hpp>

Public Attributes

TokenType type
std::string lexeme
size_t line
size_t column

Detailed Description

Definition at line 20 of file Lexer.hpp.

Member Data Documentation

◆ column

size_t Phasor::Token::column

Definition at line 25 of file Lexer.hpp.

◆ lexeme

std::string Phasor::Token::lexeme

Definition at line 23 of file Lexer.hpp.

◆ line

size_t Phasor::Token::line

Definition at line 24 of file Lexer.hpp.

◆ type

TokenType Phasor::Token::type

Definition at line 22 of file Lexer.hpp.


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