phobos-next ~master (2022-05-18T09:58:38.2169964)
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
aliases
Input
digitChars
endOfLineChars
whiteChars
constructors
this
functions
charsToLineColumn
front
offsetTo
offsetToLineColumn
popFront
sexprToLineColumn
postblits
this(this)
properties
empty
subExprsCount
Parse input into returned array of expressions (SExpr).