Expression
alias Expression =
Algebraic!(
Identifier,
TypeIdentifier,
Literal,
StringLiteral,
StringifyExpr,
StringConcat,
TokenConcat,
IndexExpr,
CallExpr,
DotExpr,
ArrowExpr,
SubExpr,
UnaryExpr,
DefinedExpr,
SizeofType,
CastExpr,
MulExpr,
AddExpr,
SftExpr,
RelExpr,
EqlExpr,
AndExpr,
XorExpr,
OrExpr,
LogicalAndExpr,
LogicalOrExpr,
CondExpr)
dstep translator MacroParser
aliasesclassesfunctionsstructsvariables