• Ondřej Zajíček's avatar
    A hack to distinguish if..else from else: in case. · 26d92bb8
    Ondřej Zajíček authored
    The old BIRD grammar needs two lookaheads to distinguish if..else from
    else: in case, which caused the parser to fail on some combinations of
    both expressions.
    
    This patch replaces two tokens 'else' ':' by one token 'else:' to fix
    that.
    26d92bb8