|
Functions |
| void | parse_eval_print (string sexpr) |
| | Parse and evaluate the s-expression, and print the result.
|
| void | readsinglesymbol (ifstream &fin, string &str) |
| | Read single single symbol into the end of a string buffer.
|
| void | readfile (ifstream &fin) |
| | Read, parse, evaluate, and print the expression one by one from the input stream.
|
| void | readfile (char *fn) |
| | Read the expressions from the file.
|
| void | readconsole () |
| | Read, parse, evaluate, and print the expression one by one from the standard input, interactively.
|
| int | main (int argc, char *argv[]) |
| | Call either the batch or interactive main drivers.
|