Python utility library
Find a file
Jan Lindemann 930efae39f grammar.py: Add grammar_fix_list_recursion()
This replaces the mechanism to always construct lists with a leading
empty rule. This leads to many RR-conflicts, so this empty rule is omitted
and later added conditionally by grammar_fix_list_recursion(). Sadly,
the condition is bollocks, since it's always true.

Signed-off-by: Jan Lindemann <jan@janware.com>
2017-11-06 12:01:06 +01:00
make generate-flex-bison.mk: Add dependency on config file 2017-11-05 16:36:08 +01:00
test grammar.py and friends: Improve line numbers and headers 2017-11-03 12:54:19 +01:00
tools grammar.py: Add grammar_fix_list_recursion() 2017-11-06 12:01:06 +01:00
.gitignore grammar.py et al: Centralize more code 2017-10-29 18:25:55 +01:00
HASH Release 1.0.0-0@suse-tumbleweed/i586 2017-09-01 15:55:26 +00:00
LAST_RPM_VERSION Release 1.0.0-1@suse-tumbleweed/i586 2017-09-09 03:36:21 +00:00
Makefile initial checkin 2017-07-24 12:19:34 +02:00
VERSION Start version: 1.0.0-1 2017-09-09 03:35:59 +00:00