dlisp-0.3.2/dlispparser.h File Reference


Data Structures

struct  dlisp_lispentry
 structure representing the lisp data. More...

Functions

dlisp_lispentrydlisp_read_lisp_bracket (FILE *f)
 Read inside bracket of lisp string.
dlisp_lispentrydlisp_read_lisp_text (FILE *f)
 read a string of lisp text, with many brackets, and create a tree representation of it.
void dlisp_free (dlisp_lispentry *e)
 Free memory allocated for the lisp data structure.

Detailed Description

header for file dancer's lisp parser library

Function Documentation

void dlisp_free ( dlisp_lispentry e  ) 

Free memory allocated for the lisp data structure.

dlisp_lispentry* dlisp_read_lisp_bracket ( FILE *  f  ) 

Read inside bracket of lisp string.

Read from a file stream, and return a dlisp_lispentry structure parsing the lisp construct.

Returns:
dlisp_lispentry
Parameters:
f  Input file stream

dlisp_lispentry* dlisp_read_lisp_text ( FILE *  f  ) 

read a string of lisp text, with many brackets, and create a tree representation of it.

Returns:
dlisp_lispentry structure filled with parsed lisp data.
Parameters:
f  Input file stream


Generated on Sat Aug 4 00:51:25 2007 for dlisp API Reference by  doxygen 1.5.3