GNU PROLOG with UTF8 support
Data Structures | Macros | Functions | Variables
parse_supp.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  InfVar
 

Macros

#define PARSE_END_OF_TERM_DOT   0
 
#define PARSE_END_OF_TERM_EOF   1
 

Functions

WamWord Pl_Read_Term (StmInf *pstm, int parse_end_of_term)
 
WamWord Pl_Read_Atom (StmInf *pstm)
 
WamWord Pl_Read_Integer (StmInf *pstm)
 
WamWord Pl_Read_Number (StmInf *pstm)
 
WamWord Pl_Read_Token (StmInf *pstm)
 

Variables

InfVar pl_parse_dico_var []
 
int pl_parse_nb_var
 
int pl_last_read_line
 
int pl_last_read_col
 

Macro Definition Documentation

#define PARSE_END_OF_TERM_DOT   0
#define PARSE_END_OF_TERM_EOF   1

Function Documentation

WamWord Pl_Read_Atom ( StmInf pstm)

Here is the call graph for this function:

Here is the caller graph for this function:

WamWord Pl_Read_Integer ( StmInf pstm)

Here is the call graph for this function:

Here is the caller graph for this function:

WamWord Pl_Read_Number ( StmInf pstm)

Here is the call graph for this function:

Here is the caller graph for this function:

WamWord Pl_Read_Term ( StmInf pstm,
int  parse_end_of_term 
)

Here is the call graph for this function:

Here is the caller graph for this function:

WamWord Pl_Read_Token ( StmInf pstm)

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

int pl_last_read_col
int pl_last_read_line
InfVar pl_parse_dico_var[]
int pl_parse_nb_var