Translations:Development/KDevelop-PG-Qt Introduction/86/en

From KDE TechBase

In SimpleArithmeticsAst there will be the fields val1, val2 (storing the operands) and op (storing the operator-token). parseSimpleArithmetics will not have to call parseOperator. Obviously recursive inlining is not allowed.