interpreter-language
There are 33 repositories under interpreter-language topic.
geralang/geralc
The initial (legacy) compiler for the Gera programming language.
benbusby/y2k
A 0-byte programming language encoded in pre-2000 timestamps
hpi23/sprache
The official programming language of the Hasso Plattner Institute.
beehive-lab/ProtonVM
Parallel Bytecode Interpreter For Heterogeneous Hardware
cordx56/silang
space-separated Simple Interpreter (toy) Language
x-research-team/vm
Virtual Machine
N0067H/brainfuck-rs
Brainfuck interpreter with Rust
saverio-sevilla/pascal-interpreter
Simple Pascal Interpreter written in Python, supports a subset of the Pascal language
BaseMax/BrainfuckInterpreterC
A C-based interpreter to read and run Brainfuck programs in pure C in the simplest way.
BaseMax/BrainfuckInterpreterPython
A Python-based interpreter to read and run Brainfuck programs in pure Python in the simplest way.
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 (!)
peterwzhang/Lox-Interpreter
Lox interpreter made in C#. Lox is a dynamically typed language from the book Crafting Interpreters.
Uralstech/ezrSquared
An easy to learn and practical programming language for beginners and experts alike
maxbarsukov/simple_interpreter
👅 A simple language designed to learn how to create interpreters
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
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.
Ironfacebuster/kepler-interpreter
A new interpreted language: Kepler!
justnat3/pox
Implementation of the Lox programming language.
Killarexe/MSLang
MultiSign is a simple interpreted programming language based on the Lox programming language with small twists.
PedroFnseca/rinha-compiler-rust
⚙️Interpreter made with Rust
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.
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!
ayaksho/AYAK-8
Little assembler-interpreter, writen on Go
meraf00/interpreter-in-go
An easy-to-understand interpreter implemented in Go following the book 'Writing An Interpreter In Go'.
NaKeRNarolino/mountain_sakura
A language that actually makes sense
Ralda-440/exreg
Intérprete de Expresiones Regulares con Java, utilizando JFLEX y CUP
seaeast2/StupidInterpreter
Crafting Interpreter 책 보고 만드는 인터프리터 연습장
Vlvin/clocks
interpreted programming language CLocks
anirban0104/c11_python
Class XI Python, maintained by Anirban Biswas
jjdiazo1/robotObstaclesP1Lym
Robot in a virtual world controlled by an interpreter parsed with JavaCC. The robot can perform various actions based on user-defined commands.
rbaltrusch/natscript-vscode
The Natscript language extension for Visual Studio Code
rbaltrusch/simple_interpreters
Contains implementations of simple REPL interpreters