gfrey / reentrant_flex_bison_parser
Building an reentrant flex/bison parser that will generate an AST.
☆24Updated 8 years ago
Alternatives and similar repositories for reentrant_flex_bison_parser
Users that are interested in reentrant_flex_bison_parser are comparing it to the libraries listed below
Sorting:
- JIT compiler from scratch, derived from Nick Desaulniers' great work☆44Updated 4 years ago
- dmr_C is a C parser and JIT compiler with LLVM, Eclipse OMR and NanoJIT backends☆53Updated 5 years ago
- JOS Lab of MIT 6.828: Operating System Engineering.☆17Updated 7 years ago
- XOCFE is an concise, clearly, C compiler frontend, it is easy to understand and modify. XOCFE's input is pure C, output is an AST tree.☆52Updated 3 months ago
- Lock-free allocator as described by Maged M. Michael, 2004☆45Updated 11 years ago
- [WIP] Interval Analysis on LLVM IR☆12Updated 4 years ago
- A detailed michroarchitectural x86 simulator☆62Updated 8 years ago
- memTrace, a framework for lightweight memory tracing☆58Updated 5 years ago
- Automatically exported from code.google.com/p/manualgc☆17Updated 10 years ago
- dthreads: Efficient Deterministic Multithreading☆51Updated 10 years ago
- A minimal mark-and-sweep garbage collector☆44Updated 6 years ago
- Benchmarks for auto-vectorization and revectorization, including both hand-vectorized and scalar code☆28Updated 6 years ago
- Simple unoptimized AVL tree implementation in C89☆41Updated 4 years ago
- A little just-in-time compiler thing☆18Updated 6 years ago
- Linux io_uring based c++ 20 coroutine library☆29Updated 2 years ago
- Code samples for using libjit☆91Updated 8 years ago
- Lightweight and performant dynamic binary translation for RISC–V code on x86–64☆61Updated 4 years ago
- ssmem is a simple object-based memory allocator with epoch-based garbage collection☆34Updated 8 years ago
- Code experiments to exercise ideas while reading "Engineering a Compiler".☆27Updated 6 years ago
- A carefully optimised, POSIX-compatible slab allocator for userspace.☆78Updated 9 years ago
- Documentation for DynASM☆92Updated 6 years ago
- A fast and customizable JIT compiler for FFI (Foreign-Function Interface).☆50Updated 5 months ago
- Develop toolchain based on llvm to for Cpu0 processor☆45Updated last year
- website of hellollvm.org