1 equ token.node_type,0 2 equ token.type,0 3 equ token.loc,0 4 equ token.declaration,1 5 equ token.next,2 6 equ token.size,3 7 equ token.string,4