From b5b129a90c9d6bec1d58fe42d4fd374be8e2cf65 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Tue, 25 Nov 2025 16:20:48 +0100 Subject: Build documentation --- doc/language.adoc | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/language.adoc (limited to 'doc') diff --git a/doc/language.adoc b/doc/language.adoc new file mode 100644 index 0000000..53b42e4 --- /dev/null +++ b/doc/language.adoc @@ -0,0 +1,10 @@ += The programming language Elna +:toc: + +== Introduction + +Elna is a simple, imperative, low-level programming language. + +It is intendet to accompany other languages in the areas, where a high-level +language doesn't fit well. It is also supposed to be an intermediate +representation for a such high-level hypothetical programming language. -- cgit v1.2.3