phobos-next ~master (2022-05-18T09:58:38.2169964)
Dub
Repo
Token
nxt
lispy
Lisp-like token.
@
safe
struct
Token {
this
(TOK tok, const(char)[] src);
void
delegate
(
scope
const
(
char
)[]) @(
safe
)
toString
[@property setter];
@
safe
TOK
tok
;
@
safe
const
(
char
)[]
src
;
}
Constructors
this
this
(TOK tok, const(char)[] src)
Undocumented in source.
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
src
const
(
char
)[]
src
;
Undocumented in source.
tok
TOK
tok
;
Undocumented in source.
Meta
Source
See Implementation
nxt
lispy
enums
TOK
structs
LispFileParser
LispParser
SExpr
Token
Lisp-like token.