Skip to content

Commit

Permalink
*
Browse files Browse the repository at this point in the history
  • Loading branch information
Ismael-VC committed Apr 15, 2024
1 parent 6f129e4 commit 125ce61
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ in C.
### Supported Languages

- English
- Spanish (`LANG_ES`)
- Esperanto (`LANG_EO`)
- Toki pona (`LANG_TOK`)
- Spanish (`es`)
- Esperanto (`eo`)
- Toki pona (`tok`)

## Build

Expand Down Expand Up @@ -85,7 +85,7 @@ $ source ~/.bashrc

## TODO

- [] Implement `kvrptr` (Kvara porter).
- [] Explain how to contribute and add a new language.
- [] Implement another utility to scafold and make easier adding new languages.
- [] Use the opcode test for all languages.
- [ ] Implement `kvrptr` (Kvara porter).
- [ ] Explain how to contribute and add a new language.
- [ ] Implement another utility to scafold and make easier adding new languages.
- [ ] Use the opcode test for all languages.
6 changes: 3 additions & 3 deletions src/i18n/kvrasm_eo.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
#define SUB "SUB" // subtrahi
#define MUL "MUL" // multipliki
#define DIV "DIV" // dividi
#define AND "KBO" // kaj bitope
#define ORA "ABO" // bitope
#define EOR "EKA" // ekskluziva
#define AND "KBO" // KAJ bitope
#define ORA "ABO" // bitope
#define EOR "EKA" // ekskluziva
#define SFT "ŜOV" // ŝovi
#define ERROR_ASM "%s: %s ĉe @%s, %s:%d.\n"
#define RETURN_MODE 'r' // reveni
Expand Down
4 changes: 2 additions & 2 deletions src/i18n/kvrasm_es.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#define LTH "MEQ" // menor que
#define JMP "SAL" // saltar
#define JCN "SCN" // saltar condicionalmente
#define JSR "SRR" // saltar reservar retorno
#define JSR "SRR" // saltar reservar regreso
#define STH "RES" // reservar
#define LDZ "CAC" // cargar cero (página)
#define STZ "GUC" // guardar cero (página)
Expand All @@ -31,7 +31,7 @@
#define DIV "DIV" // dividir
#define AND "YNB" // y a nivel de bits
#define ORA "ONB" // o a nivel de bits
#define EOR "OEX" // o exclusivo
#define EOR "OEX" // o a nivel de bits exclusivo
#define SFT "DES" // desplazar
#define ERROR_ASM "%s: %s en @%s, %s:%d.\n"
#define RETURN_MODE 'r' // regreso
Expand Down
6 changes: 3 additions & 3 deletions src/i18n/kvrasm_tok.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
#define SUB "NWE" // nanpa weka
#define MUL "NKU" // nanpa kulupu
#define DIV "NKI" // nanpa kipisi
#define AND "LAL" // lili ale
#define ORA "LAN" // lili anu
#define EOR "LWA" // lili wan
#define AND "LAL" // lili ALE
#define ORA "LAN" // lili ANU
#define EOR "LWA" // lili WAN
#define SFT "LTA" // lili tawa
#define ERROR_ASM "%s: %s in @%s, %s:%d.\n"
#define RETURN_MODE 'p' // poki
Expand Down

0 comments on commit 125ce61

Please sign in to comment.