mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-python
synced 2026-01-15 09:53:32 +01:00
grammar.py: Add support for --replace-whitespace
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
cbdd343f85
commit
4fee6ac06e
2 changed files with 23 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ GENERATE = python ./$(GENERATE_PY) --log-level $(GENERATE_LOG_LEVEL
|
|||
--unroll-lists \
|
||||
--unroll-options \
|
||||
--unroll-alternatives \
|
||||
--replace-whitespace \
|
||||
$(CHECK_SYMBOLS) \
|
||||
--trim-symbols=$(shell echo $(TRIM_SYMBOLS) | sed 's/ */,/g') \
|
||||
$(CREATE_EXTRA_ARGS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue