phobos-next ~master (2024-03-19T05:49:32Z)
Home
Dub
Repo
LispParser.this
nxt
lispy
LispParser
Parse
input
into returned array of expressions (
SExpr
).
struct
LispParser
@
safe
pure @
trusted
this
(
Input
input
,
Config
config
=
Config.init
)
Meta
Source
See Implementation
nxt
lispy
LispParser
aliases
Input
digitChars
endOfLineChars
whiteChars
constructors
this
functions
charsToLineColumn
empty
front
offsetTo
offsetToLineColumn
popFront
sexprToLineColumn
postblits
this(this)
properties
subExprsCount
structs
Config
Parse input into returned array of expressions (SExpr).