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. | |
| 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.
| 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.
| f | Input file stream |
1.4.7