jw-python/tools/python
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
..
jwutils grammar.py: Add grammar_fix_list_recursion() 2017-11-06 12:01:06 +01:00
Makefile initial checkin 2017-07-24 12:19:34 +02:00