LispParser

Parse from input into lazy range over top-level expressions (SExpr).

Constructors

this
this(Input input, bool includeComments, bool includeWhitespace, bool disallowEmptyLists, size_t subExprCountsGuess)

Parse input into returned array of expressions (SExpr).

Postblit

A postblit is present on this object, but not explicitly documented in the source.

See Also

Meta