#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. |
|
Check whether the character is whitespace.
|
|
Recursively parse sexpr and build the parse tree.
|