Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
Token Struct Reference

Single lexical token produced from an LHA file. More...

#include <LhaParser.h>

Public Attributes

TokenType type
 
std::string value
 
int row
 
int col
 

Detailed Description

Single lexical token produced from an LHA file.

A token is annotated with:

  • its type (TokenType),
  • its literal text,
  • its (row, col) logical position in the original input.

Definition at line 92 of file LhaParser.h.

Member Data Documentation

◆ col

int Token::col

Column number where the token is located.

Definition at line 96 of file LhaParser.h.

◆ row

int Token::row

Row number where the token is located.

Definition at line 95 of file LhaParser.h.

◆ type

TokenType Token::type

Type of the token.

Definition at line 93 of file LhaParser.h.

◆ value

std::string Token::value

Text value of the token.

Definition at line 94 of file LhaParser.h.


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