New language: OCaml

This commit is contained in:
Radon Rosborough 2020-07-11 11:44:17 -06:00
parent 5d85e2036d
commit a66ed3ce21
2 changed files with 12 additions and 0 deletions

View File

@ -736,6 +736,15 @@ int main() {
[pool drain];
return 0;
}
`,
},
ocaml: {
name: "OCaml",
monacoLang: "plaintext",
main: "main.ml",
repl: "ocaml",
run: "ocaml -init main.ml",
template: `print_string "Hello, world!\\n";;
`,
},
octave: {

View File

@ -24,6 +24,9 @@ yarn
gcc
gnustep-devel
# Ocaml
ocaml
# Octave
octave