Closed llllvvuu closed 1 year ago
but it does not handle the following case:
Whatever for that case :smile:, I don't think there's a Python programmer that codes with that style
closing for now in favor of #244 (also I think a found an edge case which is broken here in #243)
This handles the following case missed by #242 (was still O(n^2) in number of comment lines since DEDENT is valid to lookahead to on every line)
(big version)
but it does not handle the following case:
since no dedent token is ever generated and therefore there is nothing to "cache".
It also does not handle the following case (but #244 does):