phobos-next v0.3.9 (2020-08-07T21:50:30Z)
Home
Dub
Repo
LispParser.this
nxt
lispy
LispParser
Parse
input
into returned array of expressions (
SExpr
).
struct
LispParser
@
safe
pure @
trusted
this
(
Input
input
,
bool
includeComments
= false
,
bool
includeWhitespace
= false
,
bool
disallowEmptyLists
= false
,
size_t
subExprCountsGuess
= 0
)
Meta
Source
See Implementation
nxt
lispy
LispParser
constructors
this
Parse input into returned array of expressions (SExpr).