dibyendumajumdar / dmr_c

dmr_C is a C parser and JIT compiler with LLVM, Eclipse OMR and NanoJIT backends
Other
52 stars 2 forks source link

Add the ability to compile a buffer #18

Closed dibyendumajumdar closed 7 years ago

dibyendumajumdar commented 7 years ago

The API currently supports compiling source code in files. We should also have the ability to compile source code in a memory buffer.

dibyendumajumdar commented 7 years ago

Implemented