jbdoderlein / BetterOCaml

A small but efficient, intuitive and responsive OCaml IDE right in your browser! Ships OCaml v5.1.1, interpreter by your browser (so it works offline!), compiled with js_of_ocaml.
https://perso.eleves.ens-rennes.fr/people/jean-baptiste.doderlein/betterocaml
Apache License 2.0
37 stars 8 forks source link

Add support for multiple versions #35

Closed math-gout closed 3 years ago

math-gout commented 3 years ago

Versions from 4.07.0 to 4.12.0 are now available. Just add "?version=VERSION_NUMBER" to select version. Version 4.12.0 is the default, if you enter an invalid version, it will default back to 4.12.0. Note that versions 4.07.0 and 4.07.1 may be buggy.

TODO : add an interface to switch between version in a more user friendly way