algorithm-archivists / algorithm-archive

A collaborative book on algorithms
https://www.algorithm-archive.org
MIT License
2.35k stars 354 forks source link

Added OCaml compiling support #1006

Open Amaras opened 1 year ago

Amaras commented 1 year ago

It has been a while since we added a new language to our SCons support.

This one is nearly entirely based on previous work by Russel Winder, which is under MIT licence.

Sadly, I could not make the Huffman Encoding code compile, so that issue will have to be resolved before we can merge this PR.

As this has been directly copied from SCons-contrib, the tool is not as slim or robust as it could be, so that is one more thing I need to do before merge.