blob: b2fdf0a06ae9d2f7fc7b87533d64b5908bed9b03 (
plain)
1
2
3
4
5
6
7
8
9
10
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
|