diff options
| author | 2026-02-23 23:14:13 +0300 | |
|---|---|---|
| committer | 2026-02-23 23:14:47 +0300 | |
| commit | 8568d1f69970f0a886f7ec8db62d571543aeb6b9 (patch) | |
| tree | 936d162018cc181d39f0062a9339ea1fb735baac /config.ebnf | |
| parent | Refactoring (diff) | |
| download | conf-8568d1f69970f0a886f7ec8db62d571543aeb6b9.tar.gz conf-8568d1f69970f0a886f7ec8db62d571543aeb6b9.tar.bz2 conf-8568d1f69970f0a886f7ec8db62d571543aeb6b9.tar.xz conf-8568d1f69970f0a886f7ec8db62d571543aeb6b9.zip | |
'-' sign in words acceptedv0.0.5
Diffstat (limited to '')
| -rw-r--r-- | config.ebnf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.ebnf b/config.ebnf index 51c1db7..ffb588a 100644 --- a/config.ebnf +++ b/config.ebnf @@ -20,7 +20,7 @@ String = str . # Primitives word = (alpha | spec) {alpha | number | spec} . alpha = `[a-zA-Z]` . -spec = `\$|_` . +spec = `\$|_|-` . number = `-?[0-9]+(\.[0-9]+)?` . boolean = `true|false` . str = `"[^"]*"` | `'[^']*'` | '`' { `[^\x60]` } '`' . |
