Motr  M0
ff2c_token Struct Reference

#include <lex.h>

Collaboration diagram for ff2c_token:
Collaboration graph

Data Fields

enum ff2c_token_type ft_type
 
const char * ft_val
 
size_t ft_len
 

Detailed Description

Token

Definition at line 94 of file lex.h.

Field Documentation

◆ ft_len

size_t ft_len

Length of token's value in bytes.

Definition at line 99 of file lex.h.

◆ ft_type

enum ff2c_token_type ft_type

Definition at line 95 of file lex.h.

◆ ft_val

const char* ft_val

Pointer into input buffer, where token starts.

Definition at line 97 of file lex.h.


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