From 17208cdc644887f46b49157ad467892c9bc5e94e Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Sun, 27 Jun 2021 00:54:34 +0100 Subject: [PATCH] attic: ebnf/ moved to attic/ebnf Signed-off-by: Alejandro Mery --- {ebnf => attic/ebnf}/doc.go | 0 {ebnf => attic/ebnf}/doc/ebnf.vim | 0 {ebnf => attic/ebnf}/doc/iso-14977.pdf | Bin {ebnf => attic/ebnf}/ebnf.ebnf | 0 {ebnf => attic/ebnf}/ebnf.go | 0 {ebnf => attic/ebnf}/token/tokentype.go | 0 {ebnf => attic/ebnf}/token/tokentype_test.go | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename {ebnf => attic/ebnf}/doc.go (100%) rename {ebnf => attic/ebnf}/doc/ebnf.vim (100%) rename {ebnf => attic/ebnf}/doc/iso-14977.pdf (100%) rename {ebnf => attic/ebnf}/ebnf.ebnf (100%) rename {ebnf => attic/ebnf}/ebnf.go (100%) rename {ebnf => attic/ebnf}/token/tokentype.go (100%) rename {ebnf => attic/ebnf}/token/tokentype_test.go (100%) diff --git a/ebnf/doc.go b/attic/ebnf/doc.go similarity index 100% rename from ebnf/doc.go rename to attic/ebnf/doc.go diff --git a/ebnf/doc/ebnf.vim b/attic/ebnf/doc/ebnf.vim similarity index 100% rename from ebnf/doc/ebnf.vim rename to attic/ebnf/doc/ebnf.vim diff --git a/ebnf/doc/iso-14977.pdf b/attic/ebnf/doc/iso-14977.pdf similarity index 100% rename from ebnf/doc/iso-14977.pdf rename to attic/ebnf/doc/iso-14977.pdf diff --git a/ebnf/ebnf.ebnf b/attic/ebnf/ebnf.ebnf similarity index 100% rename from ebnf/ebnf.ebnf rename to attic/ebnf/ebnf.ebnf diff --git a/ebnf/ebnf.go b/attic/ebnf/ebnf.go similarity index 100% rename from ebnf/ebnf.go rename to attic/ebnf/ebnf.go diff --git a/ebnf/token/tokentype.go b/attic/ebnf/token/tokentype.go similarity index 100% rename from ebnf/token/tokentype.go rename to attic/ebnf/token/tokentype.go diff --git a/ebnf/token/tokentype_test.go b/attic/ebnf/token/tokentype_test.go similarity index 100% rename from ebnf/token/tokentype_test.go rename to attic/ebnf/token/tokentype_test.go