From 00394a80501960ad26787b5c44435ed5ed67ad84 Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Mon, 9 Mar 2026 23:05:42 +0300 Subject: =?UTF-8?q?=D0=9F=D0=BE=D0=BB=D0=BD=D0=BE=D1=81=D1=82=D1=8C=D1=8E?= =?UTF-8?q?=20=D0=BF=D0=B5=D1=80=D0=B5=D0=BF=D0=B8=D1=81=D0=B0=D0=BB=20?= =?UTF-8?q?=D0=B1=D0=B8=D0=B1=D0=BB=D0=B8=D0=BE=D1=82=D0=B5=D0=BA=D1=83.?= =?UTF-8?q?=20=D0=9F=D0=B5=D1=80=D0=B5=D0=B2=D1=91=D0=BB=20=D1=81=20EBNF?= =?UTF-8?q?=20=D0=BD=D0=B0=20PEG.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example/file.conf | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 example/file.conf (limited to 'example/file.conf') diff --git a/example/file.conf b/example/file.conf deleted file mode 100644 index d23c7d7..0000000 --- a/example/file.conf +++ /dev/null @@ -1,33 +0,0 @@ -# one line comment - -simpe_key = "тест_кириллицы"; -simple_key_without_spaces = value; - -string_key = - "value" - 'string'; - -multiline_string = ` - multiline - string - 123 -`; - -int_key = -123.456; -bool_key = true; - -expression1 argument1 "argument2" 123; - -# comment can be everywhere -group_directive_without_arguments { - expression1 argument2 "string" 123 true; - expression2 argument3 "string111" 123321 false; - children_group "some argument" { - # child group. Can be empty. This is equivalent to directive `children_group "some argument"` - } -} - -group_directive_with_argument "some other argument" 'second argument' { - child_val = "children value"; -} - -- cgit v1.2.3