mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2025-02-04 23:30:02 +00:00
26d92bb892
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.