|
Assembled 2
A column based text editor
|
#include <config.h>
Public Attributes | |
| int | type |
| The type of the token (AS_CFG_TOKEN_x). | |
| int | value |
| An integral value if the token has one. | |
| int | line |
| The line number the token was found on. | |
| int | column |
| The column number the token was found on. | |
| char * | str |
| String for tokens of type AS_CFG_TOKEN_STR. | |
| struct AS_CfgTok * | next |
| Pointer to the next token. | |
Internal structure for representing the content of configuration files