From b22ab8cb67b0aae3e436939f3cdde564ee20e796 Mon Sep 17 00:00:00 2001 From: Sasha Koshka Date: Wed, 24 Aug 2022 05:43:46 +0000 Subject: [PATCH] Update 'Metadata' --- Metadata.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Metadata.md diff --git a/Metadata.md b/Metadata.md new file mode 100644 index 0000000..b34bc71 --- /dev/null +++ b/Metadata.md @@ -0,0 +1,14 @@ +The metadata section contains optional semantic information such as the author +of a file, and the license it is distributed under. It also contains information +looked at by the compiler like other modules it requires. Keys are represented +by name tokens, and values by string tokens. Each key/value pair should be on +its own line, un-indented. + +An example metadata section looks like this: + +``` +:arf +author "Sasha Koshka" +license "GPLv3" +require "io" +``` \ No newline at end of file