blob: 0cb7a156a2502184fe94b01cdf88565ef0be53fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# 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
## Supported architectures
- RISC-V 32 bit.
|