toki.h is a header that provides toki pona translations of C keywords.
| README.md | feat: init | |
| toki.h | feat: init | |
toki.h
toki.h is a header that provides toki pona translations of C keywords.
Usage
Just drop it in as an include in your project. toki.h relies on __STDC_VERSION__ to
determine your C version for newer keyword support, which is used in most C compilers.
#include <stdio.h>#include "toki.h"
// Ilo mi.
nanpa main(ala) {
printf("O, ma!\n");
pana 0;
}