microScheme
Main Page
Classes
Files
File List
File Members
parse.hpp
Go to the documentation of this file.
1
9
#ifndef PARSE_HPP
10
#define PARSE_HPP
11
12
#include "
cons.hpp
"
13
14
using namespace
std
;
15
24
Cell*
parse
(
string
sexpr);
25
31
bool
iswhitespace
(
char
ch);
32
33
#endif // PARSE_HPP
std
iswhitespace
bool iswhitespace(char ch)
Check whether the character is whitespace.
Definition:
parse.cpp:11
cons.hpp
parse
Cell * parse(string sexpr)
Recursively parse sexpr and build the parse tree.
Definition:
parse.cpp:247
Generated on Tue Nov 25 2014 15:23:52 for microScheme by
1.8.8