piparser.h File Reference
Include dependency graph for piparser.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Enumerations | |
enum | { TOK_NONE, TOK_OPEN, TOK_CLOSE, TOK_DOT, TOK_QUOTE, TOK_SYM, TOK_NUM, TOK_STR } |
Functions | |
cell * | read_sexpr (FILE *f) |
cell * | read_sexpr_tok (FILE *f, int tok) |
char * | get_token_text () |
int | next_token (FILE *f) |
reads and returns the identifier of the next token in f More... | |