aboutsummaryrefslogtreecommitdiff
path: root/model/directive.go
diff options
context:
space:
mode:
author2026-03-09 23:05:42 +0300
committer2026-03-09 23:05:42 +0300
commit00394a80501960ad26787b5c44435ed5ed67ad84 (patch)
tree672eb918c552c858f32e9533dc3799af6b75769f /model/directive.go
parent'-' sign in words accepted (diff)
downloadconf-00394a80501960ad26787b5c44435ed5ed67ad84.tar.gz
conf-00394a80501960ad26787b5c44435ed5ed67ad84.tar.bz2
conf-00394a80501960ad26787b5c44435ed5ed67ad84.tar.xz
conf-00394a80501960ad26787b5c44435ed5ed67ad84.zip
Полностью переписал библиотеку. Перевёл с EBNF на PEG.v0.1.0
Diffstat (limited to '')
-rw-r--r--model/directive.go9
1 files changed, 0 insertions, 9 deletions
diff --git a/model/directive.go b/model/directive.go
deleted file mode 100644
index 3852e72..0000000
--- a/model/directive.go
+++ /dev/null
@@ -1,9 +0,0 @@
-package model
-
-type Directive struct {
- Name string
- Arguments Values
- Body Body
-}
-
-type Directives []*Directive