libdparse v0.7.0-alpha6 (2016-04-14T21:22:37Z)
Dub
Repo
tokenCheck.tokenCheck
dparse
parser
Parser
tokenCheck
Undocumented in source.
enum
tokenCheck
;
template
tokenCheck
(string Exp, string Tok)
protected
enum
tokenCheck
=
`{auto t = expect(tok!"`
~
Tok
~
`");`
~
`if (t is null) { return null;}`
~
`else {`
~
Exp
~
` = *t; }}`
;
template
tokenCheck
(string Tok)
Meta
Source
See Source File
dparse
parser
Parser
tokenCheck
manifest constants
tokenCheck