diff options
| author | Eugen Wissner <belka@caraus.de> | 2025-11-25 16:20:48 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2025-11-25 16:20:48 +0100 |
| commit | b5b129a90c9d6bec1d58fe42d4fd374be8e2cf65 (patch) | |
| tree | 8a58de38a80622148a4714f3201e4092893ade49 /doc | |
| parent | c20d9b7240033b462b33030ba4946135bc7d7fef (diff) | |
| download | elna-b5b129a90c9d6bec1d58fe42d4fd374be8e2cf65.tar.gz | |
Build documentation
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/language.adoc | 10 |
1 files changed, 10 insertions, 0 deletions
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. |
