4 lines
158 B
OCaml
4 lines
158 B
OCaml
let initialize () =
|
|
Languages.register (module Hobix);
|
|
Compilers.register (module HopixToHobix);
|
|
Compilers.register (module Compilers.Identity (Hobix))
|