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