Index of values


R
read_from_channel [Sread]
Given an in_channel, returns a function that, when called, returns the next sexpr that can be parsed from the in_channel.
read_from_string [Sread]
Given a string, returns the first sexpr that can be parsed from that string

S
string_of_expr [Sread_expr]
string_of_sexpr [Sread]
Given an sexpr, returns a string representation of that sexpr.