Class Reader

java.lang.Object
convex.core.lang.Reader

public class Reader extends Object
Reader implementation which reads source code and produces a tree of parsed objects. Supports reading in either raw form (ACell) mode or wrapping with Syntax Objects. The latter is required for source references etc. "Talk is cheap. Show me the code." - Linus Torvalds