jw-python/tools/python/jwutils
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
..
algo ShuntingYard.py: Improve tokenize() quote handling 2017-08-03 10:00:29 +02:00
stree StringTree fix: Comments were not ignored in quotes 2017-11-05 16:35:41 +01:00
Cmd.py grammar.py et al: Centralize more code 2017-10-29 18:25:55 +01:00
grammar.py grammar.py: Add grammar_fix_list_recursion() 2017-11-06 12:01:06 +01:00
log.py grammar.py: Add support for --irrelevant-symbols 2017-10-30 10:00:25 +01:00
Makefile Rename module jwutil to jwutils 2017-07-24 13:00:37 +02:00
misc.py grammar.py: Add support for --irrelevant-symbols 2017-10-30 10:00:25 +01:00
Object.py Make jwutils.log module somewhat usable 2017-08-07 18:05:53 +02:00
RedirectStdIO.py Rename MuteStdIO to RedirectStdIO 2017-07-26 11:40:35 +02:00