dibyendumajumdar / njLinks
A cross platform JIT engine based on Eclipse OMR
☆27Updated 5 years ago
Alternatives and similar repositories for nj
Users that are interested in nj are comparing it to the libraries listed below
Sorting:
- dmr_C is a C parser and JIT compiler with LLVM, Eclipse OMR and NanoJIT backends☆53Updated 5 years ago
- SOM++ - C++ implementation of the Simple Object Machine Smalltalk☆15Updated last week
- The fluffy programming language main repository☆24Updated 12 years ago
- Unofficial libjit mirror.☆62Updated 5 years ago
- Concurrent mark-sweep garbage collector for accurate garbage collection of language runtimes in C++ 1x.☆35Updated 8 years ago
- Interpreter experiment. Testing dispatch methods: Switching, Direct/Indirect Threaded Code, Tail-Calls and Inlining☆46Updated 4 years ago
- CCS in C++☆25Updated last year
- Clone of http://nsz.repo.hu/git/?p=c-standard☆23Updated 6 years ago
- "CF3" is a C compiler test suite targeting arithmetic optimization.☆37Updated 7 years ago
- A small, register-based virtual machine (bytecode interpreter) in C. [MIT License]☆66Updated 9 years ago
- A cross-platform implementation of the Immix Garbage Collector☆78Updated 11 years ago
- Attempt at creating an architecture agnostic jit library, heavily inspired by copy-and-patch.☆13Updated 11 months ago
- PackCC is a packrat parser generator for C.☆26Updated 6 years ago
- A Brainfuck Interpreter, which is completely implemented from scratch as a C++ Template Meta Program☆24Updated 3 years ago
- A plugin framework for namespace macros in C/C++☆36Updated 10 years ago
- NanoJIT is a small, cross-platform C++ library that emits machine code.☆156Updated 7 years ago
- quick c☆35Updated 3 years ago
- Implementation of Pratt parser in C++11☆26Updated 10 years ago
- An implementation of Pratt Parsing (Vaughn Pratt 1973 "Top Down Operator Precedence") in C/C++☆12Updated last year
- an extensible stack based interpreter toolkit☆67Updated 4 years ago
- A header-only C++ library for writing compiler/interpreter frontends.☆14Updated 3 weeks ago
- An exercise in programming language design and implementation.☆19Updated 3 years ago
- Incremental garbage collector library in C for use by high level language implementions.☆110Updated 9 years ago
- a Lispy Forth in C++