0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-02-04 23:30:02 +00:00
Ondrej Zajicek 26d92bb892 A hack to distinguish if..else from else: in case.
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.
2011-03-23 12:49:53 +01:00
..
2010-04-07 15:34:45 +02:00