tokenCheck.tokenCheck

Undocumented in source.
template tokenCheck(string exp, string tok)
protected
enum tokenCheck = `{auto t = expect(tok!"` ~ tok ~ `");` ~ `if (t is null) { deallocate(node); return null;}` ~ `else {` ~ exp ~ ` = *t; }}`;

Meta