From 3c7f688f4472fafe6d7bd3380c71ab19f597f4e7 Mon Sep 17 00:00:00 2001 From: "Saad A. Bazaz" Date: Wed, 25 Mar 2026 21:45:12 +0500 Subject: [PATCH] Create CITATION.cff Updated citation information and added abstract and keywords. --- CITATION.cff | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 00000000..b1f7dc3a --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,38 @@ +cff-version: 1.2.0 +title: "wenyan: A Programming Language for the Ancient Chinese" +message: "If you use this software, please cite it as below." +type: software + +authors: + - family-names: "Huang" + given-names: "Lingdong" + alias: "LingDong-" + +repository-code: "https://github.com/wenyan-lang/wenyan" +url: "https://github.com/wenyan-lang/wenyan" + +abstract: > + Wenyan is an esoteric programming language that uses Classical Chinese grammar + and syntax to write programs. It compiles to modern languages such as JavaScript, + Python, and Ruby, and is Turing complete. + +keywords: + - programming language + - classical Chinese + - esolang + - compiler + - wenyan + +license: "MIT" + +version: "master" +date-released: "2019" + +preferred-citation: + type: software + authors: + - family-names: "Huang" + given-names: "Lingdong" + title: "wenyan: A Programming Language for the Ancient Chinese" + year: 2019 + url: "https://github.com/wenyan-lang/wenyan"