the line and column number are a lot better now but there are still some problems:
* in some cases the column is one token ahead. this is a general problem and i'm not sure how to address it
* if the statement looks like this ${print: foobar} and foobar has an error the column value is on the whitespace
* generally each possible error must be targeted by a test-case to check the result
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1217791
Originator: YES
that not really a problem, because the benefit is minimal
Logged In: YES
user_id=1217791
Originator: YES
invalid comment...wrong bug
Logged In: YES
user_id=1217791
Originator: YES
the line and column number are a lot better now but there are still some problems:
* in some cases the column is one token ahead. this is a general problem and i'm not sure how to address it
* if the statement looks like this ${print: foobar} and foobar has an error the column value is on the whitespace
* generally each possible error must be targeted by a test-case to check the result