A small arithmetic interpreter/REPL written in pure C++11.
Support
Quality
Security
License
Reuse
Brainfuck interpreter is written in C language
Support
Quality
Security
License
Reuse
drop-in jit replacement for sclang
Support
Quality
Security
License
Reuse
programming language for effectively writing cellular automata
Support
Quality
Security
License
Reuse
It includes my object oriented programming homeworks
Support
Quality
Security
License
Reuse
Crafting Interpreters in Rust (Part II: A tree-walk interpreter)
Support
Quality
Security
License
Reuse
🤯💬 A Turing-Complete Binary Brainfuck Interpreter built only using CSS & HTML
Support
Quality
Security
License
Reuse
A small BrainFuck interpreter in Golang
Support
Quality
Security
License
Reuse
A Compiler for a subset of the C Programming Language made using yacc/bison and lex
Support
Quality
Security
License
Reuse
Yet another lisp-language. Irispl in C++ VM.
Support
Quality
Security
License
Reuse
Small Kotlin interpreter made in Rust
Support
Quality
Security
License
Reuse
CPRL (for Compiler PRoject Language) is a relatively small programming language that was designed for teaching the basics of compiler design. CPRL includes variables, statements, expressions, arrays, and subprograms.
Support
Quality
Security
License
Reuse
An interpreter, compiler and vm for my own "Lemur" programming language written in Go
Support
Quality
Security
License
Reuse
Brainfuck Interpreter written in Go
Support
Quality
Security
License
Reuse
take python, add a light typing system and :D
Support
Quality
Security
License
Reuse
I named it JIT but it's actually a stack-based bytecode interpreter!
Support
Quality
Security
License
Reuse
An intepreted programming language, stored efficiently in memory as an AST.
Support
Quality
Security
License
Reuse
A Scheme interpreter written in Rust
Support
Quality
Security
License
Reuse
Lambda calculus interpreter
Support
Quality
Security
License
Reuse
An interpreter from scratch in Rust. Course project.
Support
Quality
Security
License
Reuse
tiny lisp-like language implementation
Support
Quality
Security
License
Reuse
ReBuild a minimal python for fun :)
Support
Quality
Security
License
Reuse
🧠 A simple Brainfuck interpreter implementing 10 instructions and a stack.
Support
Quality
Security
License
Reuse
Just for fun 'programming language design'
Support
Quality
Security
License
Reuse
lightweight, high-pitched scripting language
Support
Quality
Security
License
Reuse
I've always wondered how VMs worked and I also wanted to learn C so I decided to implement my own VM in C
Support
Quality
Security
License
Reuse
C Programming Language Assignments
Support
Quality
Security
License
Reuse
The COW Programming Language interpreter in Rust
Support
Quality
Security
License
Reuse
Nim wrapper for the Duktape embeddable Javascript engine.
Support
Quality
Security
License
Reuse
Overview of R Programming
Support
Quality
Security
License
Reuse
Library for convert character encodings. in single c file. support ASCII US-ASCII 8859-1 ISO-8859-1 UTF8 UTF-8 UTF16 UTF-16 UTF16BE UTF-16BE UTF16LE UTF-16LE UTF32 UTF-32 UTF32BE UTF-32BE UTF32LE UTF-32LE UCS2 UCS-2 UCS-2LE UCS-2BE UCS-2-INTERNAL UCS4 UCS-4 UCS-4LE UCS-4BE UCS-4-INTERNAL
Support
Quality
Security
License
Reuse
massively simplified forth interpreter
Support
Quality
Security
License
Reuse
Compiler of tiger programming language in modern C++17. https://www.lrde.epita.fr/~tiger/tiger.html
Support
Quality
Security
License
Reuse
A modern MDL interpreter
Support
Quality
Security
License
Reuse
A Basic Fuck compiler and interpreter made with c++
Support
Quality
Security
License
Reuse
Unlambda interpreter
Support
Quality
Security
License
Reuse
The amazingly cool light syntax
Support
Quality
Security
License
Reuse
LWC is a naively written (but this time fast) interpreted scripting language.
Support
Quality
Security
License
Reuse
A dynamically typed interpreted language written in Rust.
Support
Quality
Security
License
Reuse
A pure Rust Readline clone that plans for neat features.
Support
Quality
Security
License
Reuse
Language inspired from Go to experiment SSA based optimizations.
Support
Quality
Security
License
Reuse
My take on Crafting Interpreters
Support
Quality
Security
License
Reuse
不再继续,见https://gitlab.com/the-language/the-language/
Support
Quality
Security
License
Reuse
A toy language written in Go
Support
Quality
Security
License
Reuse
A toy Lisp interpreter.
Support
Quality
Security
License
Reuse
The Standard Library for ALAN Interactive Fiction Language
Support
Quality
Security
License
Reuse
Simple interpreter & compiler written in Go
Support
Quality
Security
License
Reuse
Rust interface to the Wren programming language
Support
Quality
Security
License
Reuse
A Scheme Interpreter written with Go.
Support
Quality
Security
License
Reuse
Forth in Shell.
Support
Quality
Security
License
Reuse
m
minireplby vrmiguel
A small arithmetic interpreter/REPL written in pure C++11.
C++
4
Updated: 4 y ago
License: Permissive (MIT)
Support
Quality
Security
License
Reuse
b
brainfuck-interpreterby berkantay
Brainfuck interpreter is written in C language
C
4
Updated: 4 y ago
License: No License (No License)
Support
Quality
Security
License
Reuse
h
hadronby hadron-sclang
drop-in jit replacement for sclang
C++
4
Updated: 4 y ago
License: Strong Copyleft (GPL-3.0)
Support
Quality
Security
License
Reuse
c
cellmataby d409f19
programming language for effectively writing cellular automata
Kotlin
4
Updated: 4 y ago
License: Strong Copyleft (GPL-2.0)
Support
Quality
Security
License
Reuse
O
OOP_HOMEWORKSby CanDuyar
It includes my object oriented programming homeworks
C++
4
Updated: 4 y ago
License: No License (No License)
Support
Quality
Security
License
Reuse
l
loxrsby toyboot4e
Crafting Interpreters in Rust (Part II: A tree-walk interpreter)
Rust
4
Updated: 4 y ago
License: No License (No License)
Support
Quality
Security
License
Reuse
b
bf-in-cssby JoshuaDraxten
🤯💬 A Turing-Complete Binary Brainfuck Interpreter built only using CSS & HTML
CSS
4
Updated: 5 y ago
License: No License (No License)
Support
Quality
Security
License
Reuse
g
goBrainFuckby cvhariharan
A small BrainFuck interpreter in Golang
Go
4
Updated: 4 y ago
License: No License (No License)
Support
Quality
Security
License
Reuse
C
Compilerby ashiqursuperfly
A Compiler for a subset of the C Programming Language made using yacc/bison and lex
C
4
Updated: 4 y ago
License: No License (No License)
Support
Quality
Security
License
Reuse
i
irisplby zlin888
Yet another lisp-language. Irispl in C++ VM.
C++
4
Updated: 4 y ago
License: Permissive (MIT)
Support
Quality
Security
License
Reuse
k
kotlin-interpreter-rsby cout970
Small Kotlin interpreter made in Rust
Rust
4
Updated: 4 y ago
License: No License (No License)
Support
Quality
Security
License
Reuse
C
CPRLby SoftMoore
CPRL (for Compiler PRoject Language) is a relatively small programming language that was designed for teaching the basics of compiler design. CPRL includes variables, statements, expressions, arrays, and subprograms.
HTML
4
Updated: 4 y ago
License: Permissive (Unlicense)
Support
Quality
Security
License
Reuse
l
lemurby rhwilr
An interpreter, compiler and vm for my own "Lemur" programming language written in Go
Go
4
Updated: 5 y ago
License: Permissive (MIT)
Support
Quality
Security
License
Reuse
b
bfby prologic
Brainfuck Interpreter written in Go
Go
4
Updated: 5 y ago
License: Proprietary (Proprietary)
Support
Quality
Security
License
Reuse
h
heliosby helios-language
take python, add a light typing system and :D
C
4
Updated: 5 y ago
License: Permissive (MIT)
Support
Quality
Security
License
Reuse
E
Expr-JITby Kerndog73
I named it JIT but it's actually a stack-based bytecode interpreter!
C
4
Updated: 5 y ago
License: No License (No License)
Support
Quality
Security
License
Reuse
m
monotronianby thejpster
An intepreted programming language, stored efficiently in memory as an AST.
Rust
4
Updated: 6 y ago
License: No License (No License)
Support
Quality
Security
License
Reuse
l
Support
Quality
Security
License
Reuse
v
vlciby vorotynsky
Lambda calculus interpreter
C++
4
Updated: 4 y ago
License: Strong Copyleft (GPL-3.0)
Support
Quality
Security
License
Reuse
M
MiniPL-RSby paavohuhtala
An interpreter from scratch in Rust. Course project.
Rust
4
Updated: 7 y ago
License: Permissive (MIT)
Support
Quality
Security
License
Reuse
l
Support
Quality
Security
License
Reuse
r
rePythonby amiremohamadi
ReBuild a minimal python for fun :)
C
4
Updated: 6 y ago
License: No License (No License)
Support
Quality
Security
License
Reuse
b
brainfuck-interpreterby wilt00x
🧠 A simple Brainfuck interpreter implementing 10 instructions and a stack.
C
4
Updated: 6 y ago
License: No License (No License)
Support
Quality
Security
License
Reuse
j
jellyby mrylmz
Just for fun 'programming language design'
C
4
Updated: 4 y ago
License: Permissive (MIT)
Support
Quality
Security
License
Reuse
p
piccoloby zphixon
lightweight, high-pitched scripting language
Rust
4
Updated: 4 y ago
License: Permissive (MIT)
Support
Quality
Security
License
Reuse
E
EduVMby jakekgrog
I've always wondered how VMs worked and I also wanted to learn C so I decided to implement my own VM in C
C
4
Updated: 5 y ago
License: No License (No License)
Support
Quality
Security
License
Reuse
C
Support
Quality
Security
License
Reuse
c
cow.rsby Virviil
The COW Programming Language interpreter in Rust
Rust
4
Updated: 4 y ago
License: No License (No License)
Support
Quality
Security
License
Reuse
d
duktape-nimby manguluka
Nim wrapper for the Duktape embeddable Javascript engine.
C
4
Updated: 5 y ago
License: No License (No License)
Support
Quality
Security
License
Reuse
r
r-programmingby navdeep-G
Overview of R Programming
R
4
Updated: 6 y ago
License: No License (No License)
Support
Quality
Security
License
Reuse
S
SDL_iconvby qcdong2016
Library for convert character encodings. in single c file. support ASCII US-ASCII 8859-1 ISO-8859-1 UTF8 UTF-8 UTF16 UTF-16 UTF16BE UTF-16BE UTF16LE UTF-16LE UTF32 UTF-32 UTF32BE UTF-32BE UTF32LE UTF-32LE UCS2 UCS-2 UCS-2LE UCS-2BE UCS-2-INTERNAL UCS4 UCS-4 UCS-4LE UCS-4BE UCS-4-INTERNAL
C
4
Updated: 4 y ago
License: Permissive (Zlib)
Support
Quality
Security
License
Reuse
t
thorfby fordhurley
massively simplified forth interpreter
Go
4
Updated: 6 y ago
License: Permissive (Unlicense)
Support
Quality
Security
License
Reuse
t
tiger.ccby xiebei1108
Compiler of tiger programming language in modern C++17. https://www.lrde.epita.fr/~tiger/tiger.html
C++
4
Updated: 4 y ago
License: Permissive (MIT)
Support
Quality
Security
License
Reuse
m
mdl-confusionby kerrymg
A modern MDL interpreter
C++
4
Updated: 4 y ago
License: Strong Copyleft (GPL-3.0)
Support
Quality
Security
License
Reuse
B
Basic-Fuck-Compilerby GbaCretin
A Basic Fuck compiler and interpreter made with c++
C++
4
Updated: 6 y ago
License: Permissive (MIT)
Support
Quality
Security
License
Reuse
u
Support
Quality
Security
License
Reuse
n
no-mans-sky-syntaxby adiultra
The amazingly cool light syntax
CSS
4
Updated: 5 y ago
License: Permissive (MIT)
Support
Quality
Security
License
Reuse
l
langwcby Drewlark
LWC is a naively written (but this time fast) interpreted scripting language.
C++
4
Updated: 5 y ago
License: No License (No License)
Support
Quality
Security
License
Reuse
g
gateby JamesOwenHall
A dynamically typed interpreted language written in Rust.
Rust
4
Updated: 6 y ago
License: Permissive (MIT)
Support
Quality
Security
License
Reuse
m
mycelineby ix
A pure Rust Readline clone that plans for neat features.
Rust
4
Updated: 9 y ago
License: Permissive (MIT)
Support
Quality
Security
License
Reuse
f
funlangby DhaliwalX
Language inspired from Go to experiment SSA based optimizations.
Go
4
Updated: 5 y ago
License: No License (No License)
Support
Quality
Security
License
Reuse
c
Support
Quality
Security
License
Reuse
t
the-language-archiveby the-language
不再继续,见https://gitlab.com/the-language/the-language/
C
4
Updated: 5 y ago
License: Strong Copyleft (AGPL-3.0)
Support
Quality
Security
License
Reuse
m
Support
Quality
Security
License
Reuse
t
Support
Quality
Security
License
Reuse
A
AlanStdLibby AnssiR66
The Standard Library for ALAN Interactive Fiction Language
HTML
4
Updated: 4 y ago
License: Proprietary (Proprietary)
Support
Quality
Security
License
Reuse
g
go_compilerby lizziew
Simple interpreter & compiler written in Go
Go
4
Updated: 4 y ago
License: No License (No License)
Support
Quality
Security
License
Reuse
w
wren-sysby pwoolcoc
Rust interface to the Wren programming language
Rust
4
Updated: 5 y ago
License: No License (No License)
Support
Quality
Security
License
Reuse
L
Lisgoby ker-zhao
A Scheme Interpreter written with Go.
Go
4
Updated: 5 y ago
License: Strong Copyleft (GPL-3.0)
Support
Quality
Security
License
Reuse
s
Support
Quality
Security
License
Reuse