Largo / ocran

Turn ruby files into .exe files on windows (supported safe fork of ocran)
MIT License
57 stars 5 forks source link

Migrate edicon to Ruby Implementation #27

Open shinokaro opened 1 month ago

shinokaro commented 1 month ago

This pull request introduces a Ruby-based implementation of the previously C-based edicon.exe. Opting for a Ruby reimplement over fixing the existing C code will shorten the build times and make maintenance easier, leveraging widely accessible Microsoft documentation.

Reference Information: The original edicon.c contained several issues that are being addressed by this reimplementation:

This reimplement ensures that the functionality of EdIcon is preserved while simplifying future enhancements and maintenance.