#include "cons.hpp"Go to the source code of this file.
Functions | |
| Cell * | parse (string sexpr) |
| Recursively parse sexpr and build the parse tree. | |
| bool | iswhitespace (char ch) |
| Check whether the character is whitespace. | |
| bool iswhitespace | ( | char | ch | ) |
Check whether the character is whitespace.
| ch | The character to check. |
| Cell* parse | ( | string | sexpr | ) |
Recursively parse sexpr and build the parse tree.
| sexpr | The s-expression stored in a string variable (note that this version of parse has side effects: it may alter the contents of sexpr). |
1.5.3