Am 30.06.2012 11:04, schrieb Vincent van Ravesteijn:

1. This must be next_next_token()

I also thought this first. But as "\" is not found .asCharacter so that we have in case 
of "+\+"

    +              \        +
current_token  skipped  next_token()

Using next_next_token() would not return the '\'.

2. You must compare it with 'right'

That would imply that the delimiters are different. But the aim was only to support single '\' as arguments of \verb as in other cases single '\' are not allowed and could break the compilation.
I wanted to skip cases like
[\}
because this is in any case invalid LaTeX code.
Perhaps I should add a comment.

thanks for reviewing and regards
Uwe

Reply via email to