nitc :: ANode :: parentize_tokens
This also force a parent on the detashed tokens
# Visit the AST and computes advanced AST attributes on Tokens and Prod
# This also force a parent on the detashed tokens
fun parentize_tokens
do
var v = new PTokenVisitor
v.work(self)
end
src/astutil.nit:28,2--34,4