Lisp.Reader
Reader of Lisp expressions
Assembly: ServiceStack.Common.dll
View Source
Declaration
public class Reader
Fields
EOF
Token of "End Of File"
View Source
Declaration
public static object EOF
Methods
Read()
Read a Lisp expression and return it. Return EOF if the input runs out.
View Source
Declaration
public object Read()
Returns
System.Object