Skip to content
/ ept Public

Write your programs in Esperanto! (very unfinished)

License

Notifications You must be signed in to change notification settings

olivia-may/ept

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Esperanto-Programo-Tradukilaro (ept)

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 [email protected].
Pull requests and making issues are welcome!

File Names

".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

C-Esperanto-Programo-Tradukilo (cept)

Translate C code written in Esperanto to compilable C code.
Usage:
cept programo.ceo

C++-Esperanto-Programo-Tradukilo (cept++)

Translate C++ code written in Esperanto to compilable C++ code.
Usage:
cept++ programo.cppeo

Build from Source

Dependencies

You will need Meson.

Compile

meson setup build
cd build
ninja
./src/cept