LispParser.this

Parse input into returned array of expressions (SExpr).

struct LispParser
@safe pure @trusted
this
(,
bool includeComments = false
,
bool includeWhitespace = false
,
bool disallowEmptyLists = false
,
size_t subExprCountsGuess = 0
)

Meta