You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ravi/dmr_c/README.md

395 B

dmr_C is a C Parser and JIT compiler

Ravi includes a copy of the dmr_C project. See the project for more details regarding dmr_C.

Goals

  • Use dmr_C to translate code to JIT backend such as OMR JIT, NanoJIT or LLVM.
  • Expose dmr_C features such as C parser, and compiler to users so that they can also compile chunks of C code when necessary