Skip to content

Latest commit

 

History

History

bin

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

This directory is created mainly for easy distribution of ReScript

TODO: Build a stand-alone compiler

We need copy config.ml(i) lexer.ml(i) parser.ml(i) runtimedef.ml(i) from ocaml 4.02.3 distribution

config.ml(i) are changed to dummy, since those configurations only make sense in C/ASM/Bytecode backend.

The runtime should be rewritten to avoid using (String/Bytes) (since we modified it) any standard library.

Since ReScript has different cmi_format from 4.02.3 due to external attributes, so cmis generated by OCaml 4.02.3 is not ABI compatible with cmis generated by ReScript