Completing Faustine by adding following primitives : float, power, &, |, xor, >=...
[Faustine.git] / interpretor / preprocess.ml
1 external preprocess: string -> string = "preProcess_cpp"