Remove dummy tag 'for' and pass None instead
With the parsing mechanism, parsers cannot accept a tag and return None. Instead, we can directly pass None as the tag, which has the same effect.
With the parsing mechanism, parsers cannot accept a tag and return None. Instead, we can directly pass None as the tag, which has the same effect.