bagel icon indicating copy to clipboard operation
bagel copied to clipboard

Lexer doesn't handle empty lines in the middle of a block

Open alex opened this issue 11 years ago • 1 comments

alex avatar Oct 17 '14 21:10 alex

Meaning code like:

def f():
    return 4

    return 5

will explode because of the empty line

alex avatar Oct 17 '14 21:10 alex