Vcsn  2.8
Be Rational
vcsn::rat::parser::token Struct Reference

Tokens. More...

#include <parse.hh>

Collaboration diagram for vcsn::rat::parser::token:

Public Types

enum  yytokentype {
  END = 0, AMPERSAND = 258, AMPERSAND_COLON = 259, AT = 260,
  BACKSLASH = 261, BANG = 262, CARET = 263, COLON = 264,
  COMMA = 265, COMPLEMENT = 266, DASH = 267, DOT = 268,
  LBRACKET = 269, LT_PLUS = 270, ONE = 271, PERCENT = 272,
  PIPE = 273, PLUS = 274, RBRACKET = 275, RPAREN = 276,
  SLASH = 277, TRANSPOSITION = 278, TRANSPOSE = 279, ZERO = 280,
  STAR = 281, LETTER = 282, WEIGHT = 283, LPAREN = 284,
  CONCAT = 285, RWEIGHT = 286, LWEIGHT = 287
}
 

Detailed Description

Tokens.

Definition at line 348 of file parse.hh.

Member Enumeration Documentation

◆ yytokentype

Enumerator
END 
AMPERSAND 
AMPERSAND_COLON 
AT 
BACKSLASH 
BANG 
CARET 
COLON 
COMMA 
COMPLEMENT 
DASH 
DOT 
LBRACKET 
LT_PLUS 
ONE 
PERCENT 
PIPE 
PLUS 
RBRACKET 
RPAREN 
SLASH 
TRANSPOSITION 
TRANSPOSE 
ZERO 
STAR 
LETTER 
WEIGHT 
LPAREN 
CONCAT 
RWEIGHT 
LWEIGHT 

Definition at line 350 of file parse.hh.


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