orange icon indicating copy to clipboard operation
orange copied to clipboard

Create oc binary for Orange Mini

Open rfratto opened this issue 9 years ago • 0 comments

The oc binary will take in a series of .or files and produce an executable. It will link to libc by default, but can link to no other libraries. Using orange libraries with oc requires passing in all of their source files.

The code is simply a frontend for the set of libraries (libast, libparse, libanalysis, libgenerate, libtranslate).

The full version of Orange will use an orange binary and not have any of these limitations.

rfratto avatar Jan 22 '17 20:01 rfratto