phobos-next ~master (2022-05-18T09:58:38.2169964)
Dub
Repo
SExpr
nxt
lispy
Lisp-like S-expression.
@
safe
struct
SExpr {
void
delegate
(
scope
const
(
char
)[]) @(
safe
)
toString
[@property setter];
@
safe
Token
token
;
@
safe
SExpr
[]
subs
;
}
Members
Properties
toString
void
delegate
(
scope
const
(
char
)[]) @(
safe
)
toString
[@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
subs
SExpr
[]
subs
;
Undocumented in source.
token
Token
token
;
Undocumented in source.
Meta
Source
See Implementation
nxt
lispy
enums
TOK
structs
LispFileParser
LispParser
SExpr
Token
Lisp-like S-expression.