SExpr

Lisp-like S-expression.

struct SExpr {
@safe
Token token;
@safe
SExpr[] subs;
}

Meta