Esperanto program translate tool set. Translate a program written in Esperanto
to a usable one in English! Languages currently planned are C and C++.
This project is planned for GNU/Linux, BSD, Windows, and OS X.
The goal of this project is to enable the programmer to write their programs
in Esperanto, and have those programs be more than text files. I'm looking
for (positive or negative) feedback on this whole project so don't be afraid!
My email is olivia.may@tuta.io.
Pull requests and making issues are welcome!
".ceo" C source file
".heo" C header file
".cppeo" ".c++eo" ".cxxeo" ".cceo" C++ source file.
".hppeo" ".h++eo" ".hxxeo" ".hheo" ".heo" C++ header file
Translate C code written in Esperanto to compilable C code.
Usage:
cept programo.ceo
Translate C++ code written in Esperanto to compilable C++ code.
Usage:
cept++ programo.cppeo
You will need Meson.
meson setup build
cd build
ninja
./src/cept