MXVM 1.8.1
Virtual Machine, Compiler, and Pascal Frontend
Loading...
Searching...
No Matches
mxvm::Validator::VarNamePair Struct Reference

A variable name paired with its declaration token. More...

#include <valid.hpp>

Public Attributes

std::string first
 variable name
const scan::TTokensecond
 token at the declaration

Detailed Description

A variable name paired with its declaration token.

Definition at line 86 of file valid.hpp.

Member Data Documentation

◆ first

std::string mxvm::Validator::VarNamePair::first

variable name

Definition at line 87 of file valid.hpp.

◆ second

const scan::TToken* mxvm::Validator::VarNamePair::second

token at the declaration

Definition at line 88 of file valid.hpp.


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