You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kvara is an assembler with i18n (internationalization) support for the Varvara/Uxn ecosystem forked from the reference assembler uxnasm implemented in C.
3
+
Kvara is an assembler with i18n (internationalization) support for the
4
+
Varvara/Uxn ecosystem, forked from the reference *uxnasm* assembler implemented
5
+
in C.
4
6
5
-
-**kvara** means fourth in Esperanto.
6
-
-**kvara** rhymes with varvara.
7
-
-**kvara** is the fourth uxntal assembler I have used, the others are: *uxnasm*, *asma* and *drifblim*.
7
+
### What is the meaning of *Kvara*?
8
+
9
+
-**Kvara** means *fourth* in Esperanto.
10
+
-**Kvara** rhymes with Uxn's *Varvara*.
11
+
-**Kvara** is the fourth Uxntal assembler that I have used, the others were:
12
+
*uxnasm*, *asma* and *drifblim*.
13
+
-**Kvara** is also a reference to the *Forth* programming langauge, which led
14
+
me to the Uxn ecosystem.
8
15
9
16
### Supported Languages
10
17
@@ -16,8 +23,8 @@ Kvara is an assembler with i18n (internationalization) support for the Varvara/U
16
23
## Build
17
24
18
25
```bash
19
-
$ make #All versions.
20
-
$ make en # English version.
26
+
$ make #English version.
27
+
$ make all # All versions.
21
28
$ make es # Spanish version.
22
29
$ make eo # Esperanto version.
23
30
$ make tok # Toki pona version.
@@ -26,26 +33,46 @@ $ make tok # Toki pona version.
0 commit comments