mirror of
ssh://devgit.janware.com/janware/proj/jw-python
synced 2026-06-18 15:56:38 +02:00
More code is removed from the special parser directories and centralized into grammar.py, Cmd.py, and generate-flex-bison.mk.
Signed-off-by: Jan Lindemann <jan@janware.com>
6 lines
145 B
Python
6 lines
145 B
Python
#!/usr/bin/python
|
|
# -*- coding: utf-8 -*-
|
|
|
|
import jwutils
|
|
|
|
jwutils.run_sub_commands('generate Test parser files', modules = ['jwutils.grammar'])
|