MiniDevil
As beautiful as a shell
Lexer token (singly linked list) More...
#include <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... | |