Topic: "interpreter-language"
geralang/geralc
The initial (legacy) compiler for the Gera programming language.
Language: Rust - Size: 957 KB - Last synced at: 4 months ago - Pushed at: 12 months ago - Stars: 20 - Forks: 1

benbusby/y2k
A 0-byte programming language encoded in pre-2000 timestamps
Language: Go - Size: 285 KB - Last synced at: 10 days ago - Pushed at: over 1 year ago - Stars: 16 - Forks: 0

hpi23/sprache
The official programming language of the Hasso Plattner Institute.
Language: Rust - Size: 1.22 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 11 - Forks: 1

beehive-lab/ProtonVM
Parallel Bytecode Interpreter For Heterogeneous Hardware
Language: C++ - Size: 98.6 KB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 9 - Forks: 0

cordx56/silang
space-separated Simple Interpreter (toy) Language
Language: Rust - Size: 280 KB - Last synced at: about 11 hours ago - Pushed at: over 3 years ago - Stars: 8 - Forks: 1

mugen1234/metro
A Typed Script Language
Language: C++ - Size: 2.71 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 6 - Forks: 2

saverio-sevilla/pascal-interpreter
Simple Pascal Interpreter written in Python, supports a subset of the Pascal language
Language: Python - Size: 210 KB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 4 - Forks: 0

x-research-team/vm
Virtual Machine
Language: Go - Size: 48.7 MB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 4 - Forks: 0

CHiPs44/pascalscript
Wannabe Pascal inspired interpreted / scripting language written in C using lex/flex and yacc/bison, or perhaps homemade lexer & parser, or C++ with AntLR4 grammar (!)
Language: C - Size: 877 KB - Last synced at: 6 days ago - Pushed at: 7 days ago - Stars: 3 - Forks: 0

Uralstech/ezrSquared
An easy to learn and practical programming language for beginners and experts alike
Language: C# - Size: 1.49 MB - Last synced at: 20 days ago - Pushed at: 4 months ago - Stars: 3 - Forks: 0

BaseMax/BrainfuckInterpreterC
A C-based interpreter to read and run Brainfuck programs in pure C in the simplest way.
Language: C - Size: 61.5 KB - Last synced at: 7 days ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

BaseMax/BrainfuckInterpreterPython
A Python-based interpreter to read and run Brainfuck programs in pure Python in the simplest way.
Language: Python - Size: 37.1 KB - Last synced at: 7 days ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 1

Uralstech/ezrSquaredNet4.8
A clone of ezr² made with DotNet 4.8 and C# 9.0 as a class library, to be used in other programs.
Language: C# - Size: 252 KB - Last synced at: 16 days ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

phillvancejr/X-Forth
X-Forth is a small WIP specification for a Forth like language for fun and learning. Implementing a simple interpreter for beginners
Language: Python - Size: 107 KB - Last synced at: 29 days ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

maxbarsukov/simple_interpreter
👅 A simple language designed to learn how to create interpreters
Language: Ruby - Size: 30.3 KB - Last synced at: 26 days ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 0

wt-himble/Archaic
If Merlin wanted to create a simple program, what language would he use? He would choose Archaic! Archaic is an esoteric programming language developed around syntactic grammar that reads like medieval prose!
Language: C - Size: 61.5 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

Killarexe/MSLang 📦
MultiSign is a simple interpreted programming language based on the Lox programming language with small twists.
Language: Java - Size: 162 KB - Last synced at: 18 days ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

saynaa-lang/saynaa
The Saynaa Programming Language
Language: C - Size: 480 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

PedroFnseca/rinha-compiler-rust
⚙️Interpreter made with Rust
Language: Rust - Size: 8.79 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

peterwzhang/Lox-Interpreter
Lox interpreter made in C#. Lox is a dynamically typed language from the book Crafting Interpreters.
Language: Dart - Size: 2.27 MB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

peterwzhang/LISP-Interpreter
Lisp interpreter made using Python3. This interpreter is based on Kamin's Pascal implementation of Lisp and uses Tim Budd's C++ version of the Kamin interpreter for testing.
Language: C++ - Size: 3.95 MB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

justnat3/pox
Implementation of the Lox programming language.
Language: Python - Size: 42 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

tonsoo/visual-tho
Um interpretador de multiplas linguagens escrito em rust
Language: Rust - Size: 66.4 KB - Last synced at: about 9 hours ago - Pushed at: about 10 hours ago - Stars: 0 - Forks: 0

BaseMax/GoScript
GoScript is a lightweight scripting language implemented in Go. It provides a simple, expressive syntax for common scripting tasks and serves as an excellent platform for learning language design and building domain-specific languages.
Language: Go - Size: 23.4 KB - Last synced at: 2 days ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

NaKeRNarolino/mountain_sakura
A language that actually makes sense
Language: Rust - Size: 89.8 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

seaeast2/StupidInterpreter
Crafting Interpreter 책 보고 만드는 인터프리터 연습장
Language: Java - Size: 123 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

rbaltrusch/simple_interpreters
Contains implementations of simple REPL interpreters
Language: C - Size: 11.7 KB - Last synced at: about 2 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

Vlvin/clocks
interpreted programming language CLocks
Language: C++ - Size: 99.6 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

N0067H/brainfuck-rs
Brainfuck interpreter with Rust
Language: Rust - Size: 4.88 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Zemux1613/WhileInterpreter
Language: Python - Size: 214 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

meraf00/interpreter-in-go
An easy-to-understand interpreter implemented in Go following the book 'Writing An Interpreter In Go'.
Language: Go - Size: 11.7 KB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Ironfacebuster/kepler-interpreter
A new interpreted language: Kepler!
Size: 5.74 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

ayaksho/AYAK-8
Little assembler-interpreter, writen on Go
Language: Go - Size: 23.4 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

pandasoli/batchscript
The universal 🪐 Batch 🦇 interpreter
Language: Go - Size: 8.79 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

anirban0104/c11_python
Class XI Python, maintained by Anirban Biswas
Language: Python - Size: 35.5 MB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0
