diff options
| author | Eugen Wissner <belka@caraus.de> | 2025-04-18 09:26:57 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2025-04-19 23:23:53 +0200 |
| commit | 148da8ed91f17c6fb367f52c927629b0f4cacb5e (patch) | |
| tree | 502e07dfc495c418e57a73b31d0e9d0cd5a0d429 /README.md | |
| download | elna-148da8ed91f17c6fb367f52c927629b0f4cacb5e.tar.gz | |
Initial commit
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..b2fdf0a --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# Elna programming language + +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. + +## File extension + +.elna |
