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

Token structure. More...

#include <AST.hpp>

Public Attributes

TokenType type
std::string lexeme
size_t line
size_t column

Detailed Description

Token structure.

Definition at line 24 of file AST.hpp.

Member Data Documentation

◆ column

size_t Phasor::Token::column

Definition at line 29 of file AST.hpp.

◆ lexeme

std::string Phasor::Token::lexeme

Definition at line 27 of file AST.hpp.

◆ line

size_t Phasor::Token::line

Definition at line 28 of file AST.hpp.

◆ type

TokenType Phasor::Token::type

Definition at line 26 of file AST.hpp.


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