mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-python
synced 2026-01-15 09:53:32 +01:00
grammar.py and friends: Implement config file support
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
214c222002
commit
1a7a34f73c
6 changed files with 100 additions and 27 deletions
9
test/grammar/generate.conf
Normal file
9
test/grammar/generate.conf
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[symbols]
|
||||
[white_space[
|
||||
regex = "[ \n\t\r]+"
|
||||
]
|
||||
[test[
|
||||
dings = bums
|
||||
regex = "bumsdings"
|
||||
]
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue