zhuzilin / esLinks
A JavaScript interpreter from scratch, supporting ES5 syntax.
☆27Updated last year
Alternatives and similar repositories for es
Users that are interested in es are comparing it to the libraries listed below
Sorting:
- A tree-walker && virtual-machine && JIT interpreter for Lox language☆30Updated last year
- DIY Compiler☆46Updated last year
- A handwritten Brainfuck JIT interpreter, mainly used for demonstration.☆48Updated 2 years ago
- Iris is an extensible asynchronous header-only framework written in pure modern C++, including a M:N task scheduler (with coroutine suppo…☆17Updated this week
- A virtual machine and a tree-walk interpreter for the Lox programming language in C89☆50Updated 6 years ago
- A toy C compiler that compatible with C23 and can do limited optimizations☆57Updated 10 months ago
- Simple script☆42Updated 8 years ago
- A C++ version monkey language interpreter. From Write An Interpreter In Go☆37Updated 5 years ago
- A compiler for SimpleLang which is a new language.☆35Updated last year
- P523 Code☆27Updated 10 years ago
- The new Decaf compiler, rewritten in "modern" Java☆67Updated 5 years ago
- An experimental WebAssembly virtual machine.☆121Updated 2 years ago
- ☆12Updated 7 years ago
- Deeplang is a new language for IoT device programming.☆82Updated 2 years ago
- A script engine written by C++, which supports lambda, incremental-gc, multiple-threads and so on...☆10Updated 6 years ago
- A demo of "Top Down Operator Precedence" parser (Pratt parsing) implemented in TypeScript☆14Updated 3 years ago
- Functional expressions interpreter and compiler infrastructure☆22Updated 4 months ago
- Yet another python JIT.☆20Updated 2 years ago
- General LR Parser(CMake,C++)☆65Updated 6 years ago
- LLVM Tutorial: Kaleidoscope (Implementing a Language with LLVM)☆265Updated 2 years ago
- A WebAssembly interpreter written in C for demonstration☆109Updated 3 months ago
- OS教学实验:用Rust&C实现各种历史上的经典OS Kernels的实例☆46Updated 3 years ago
- ☆12Updated 4 years ago
- The Yu (羽) programming language.☆81Updated 2 years ago
- A Lisp Interpreter Written in C++ Template☆72Updated 4 years ago
- Linux io_uring based c++ 20 coroutine library☆29Updated 3 years ago
- Rainfuck is a brainfuck interpreter and JIT compiler implemented in Rust.☆34Updated 9 years ago
- 编译原理相关的工作岗位收集☆87Updated 7 years ago
- A fast and customizable JIT compiler for FFI (Foreign-Function Interface).