grammar.py and friends: Implement config file support

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2017-11-02 08:54:39 +01:00
commit 1a7a34f73c
6 changed files with 100 additions and 27 deletions

View file

@ -0,0 +1,9 @@
[symbols]
[white_space[
regex = "[ \n\t\r]+"
]
[test[
dings = bums
regex = "bumsdings"
]