MiniDevil As beautiful as a shell
t_token Struct Reference

Lexer token (singly linked list) More...

#include <structs.h>

Detailed Description

Lexer token (singly linked list)

Definition at line 70 of file structs.h.

Fields

t_token_type type
 Token type (word, pipe, redir) More...
 
char * value
 Text content (allocated) More...
 
t_quote_type quote_type
 Quote context. More...
 
int connected
 1 if connected More...
 
struct s_token * next
 Next token. More...
 

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