Greml is a simple program to write ancient Greek text inside HTML via an ASCII encoding: it is a pre-processor which accepts a text file in input and returns a text file in output, where in the latter "Greek regions" are translated from the ASCII encoding to the corresponding HTML entities, ready to be rendered on a browser: for example this .txt file results in this .html file.
Greml è un semplice programma per scrivere in greco antico in HTML attraverso una codifica ASCII: si tratta di un pre-processore che accetta in input un file di testo e torna in output un altro file di testo, nel quale le "regioni in greco" sono tradotte dalla codifica ASCII in entità HTML, pronte per essere visualizzate nel browser: per esempio questo file .txt dà luogo a questo file .html.
Zipped source code + some explanation + Windows executables
The source code of the program, a monolithic C program:to download or to inspect.
Last updated 20151006.