A tiny PL/0 JIT compiler in less than 900 LOC with LLVM and PEG parser.
☆29Sep 4, 2022Updated 3 years ago
Alternatives and similar repositories for pl0-jit-compiler
Users that are interested in pl0-jit-compiler are comparing it to the libraries listed below
Sorting:
- A small lisp compiler / interpreter written using idiomatic C++☆15Apr 16, 2016Updated 9 years ago
- 5GL C Stack Machine (Fifth Generation Graph Language)☆12Jan 10, 2019Updated 7 years ago
- Aurinko - a document database engine implementation in Clojure☆58Oct 29, 2012Updated 13 years ago
- MugiCha is a programming language. You can run your code with interpreter or compile it to LLVM-IR.☆13Jan 15, 2018Updated 8 years ago
- Graphical finite state machine editor with code generator.☆18Sep 13, 2018Updated 7 years ago
- A Factor-inspired, concatenative DSL for Clojure☆99Jul 28, 2013Updated 12 years ago
- Native inlining constant folding register allocating Forth compiler☆19Jan 19, 2016Updated 10 years ago
- interpreter devkit☆25Oct 6, 2019Updated 6 years ago
- Vector Network Analyzer 10 KHz - 180 MHz☆25Sep 2, 2018Updated 7 years ago
- Easy Compiler Compiler written in C++☆26Sep 11, 2017Updated 8 years ago
- Clojure library for web scraping☆32Apr 16, 2013Updated 12 years ago
- Sample of building control flow graph, SSA form, phi nodes, LLVM IR for imagined language.☆26Jun 5, 2017Updated 8 years ago
- The fluffy programming language main repository☆25Feb 2, 2013Updated 13 years ago
- A multi-language parsing infrastructure with an unified AST☆100Jul 15, 2017Updated 8 years ago
- It's like Porth, but in C++. Yep, we're going full circle.☆20Dec 8, 2022Updated 3 years ago
- Rat cardiovascular system simulation☆14Dec 18, 2024Updated last year
- LLVM based compiler for Vala programming language.☆26Sep 26, 2016Updated 9 years ago
- Generic immutable recursive data representation API targeted at source code models and more.☆37Mar 1, 2026Updated last week
- A lazy non-deterministic concatenative programming language☆55Aug 3, 2013Updated 12 years ago
- Structural code transformations for the masses.☆114Feb 27, 2019Updated 7 years ago
- This project reads data from a csv(MS Excel) file containing numeric data and then stores it into a 2D array in C++;☆10Mar 13, 2017Updated 8 years ago
- Tutorial: Writing R and Python Packages with Multithreaded C++ Code using BLAS, AVX2/AVX512, OpenMP, C++11 Threads and Cuda GPU accelerat…