Data Structures | |
struct | dlisp_lispentry |
structure representing the lisp data. More... | |
Functions | |
dlisp_lispentry * | dlisp_read_lisp_bracket (FILE *f) |
Read inside bracket of lisp string. | |
dlisp_lispentry * | dlisp_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. |
|
Free memory allocated for the lisp data structure.
|
|
Read inside bracket of lisp string. Read from a file stream, and return a dlisp_lispentry structure parsing the lisp construct.
|
|
read a string of lisp text, with many brackets, and create a tree representation of it.
|