You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The method is negated (isNotExpression). It is more difficult to follow a negation than an affirmation. Would be nice to have an affirmative method and do the negation in the use: self isExpression not.
This definition has sense for all TParseNode? Or only for TReturnNode (who call this method).
I don't follow the condition anyway:
Why if the paren is nil is not an expression?
I understand that the only non-expression nodes are returns, assignments, (maybe if / case ?). Why is not asking that and is always asking for the parent?
self isExpression not
.TParseNode
? Or only forTReturnNode
(who call this method).Originally posted by @PalumboN in #836 (comment)
The text was updated successfully, but these errors were encountered: