phobos-next v0.5.1 (2022-12-21T17:07:30Z)
Home
Dub
Repo
SExpr
nxt
lispy
Lisp-like S-expression.
@
safe
struct
SExpr {
void
toString
(Sink sink);
string
toString
();
Token
token
;
SExpr
[]
subs
;
}
Members
Functions
toString
void
toString
(Sink sink)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string
toString
()
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.