bird/filter
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
..
config.Y A hack to distinguish if..else from else: in case. 2011-03-23 12:49:53 +01:00
Doc Reimplementation of prefix sets. 2009-03-31 12:55:57 +02:00
f-util.c ... and in the filter. 2004-06-05 09:26:55 +00:00
filter.c Fixes error handling in ASN expressions. 2010-10-09 01:00:53 +02:00
filter.h Changes print-like filter commands to use a log instead of a stderr. 2010-09-20 13:01:01 +02:00
Makefile Reimplementation of prefix sets. 2009-03-31 12:55:57 +02:00
test.conf A hack to distinguish if..else from else: in case. 2011-03-23 12:49:53 +01:00
test.conf2 Allow matching on enums: 2000-06-01 08:32:49 +00:00
test6.conf Reimplementation of prefix sets. 2009-03-31 12:55:57 +02:00
tree.c Replaces the algorithm for building balanced trees. 2010-02-17 22:11:42 +01:00
trie.c Changes print-like filter commands to use a log instead of a stderr. 2010-09-20 13:01:01 +02:00