Hello,
I have just opened ReactiveML parser and found that it was not able to compile some valid OCaml 4 code. Is the rmlc's parser/lexer based on an old version of OCamlc's parser/lexer ?
Here is an exemple of code not compiling :
let a = 0x1.1 in print_float a
let _ = print_newline ()
This code gives an syntax error with rml.
Hello,
I have just opened ReactiveML parser and found that it was not able to compile some valid OCaml 4 code. Is the rmlc's parser/lexer based on an old version of OCamlc's parser/lexer ?
Here is an exemple of code not compiling :
This code gives an syntax error with rml.