Returns the line number a token is in by usin the index of the token in tokens
The returned value is the line-number, not index, it starts from 1, not zero
See Implementation
Returns the line number a token is in by usin the index of the token in tokens
The returned value is the line-number, not index, it starts from 1, not zero