monkey-language
There are 56 repositories under monkey-language topic.
kgabis/ape
Ape Programming Language
abhinav-upadhyay/cmonkey
C Implementation of the monkey programming language
poteto/monkers
Bytecode compiler and VM for the Monkeylang language, written in Rust
bradford-hamilton/monkey-lang
Currently extending the Monkey programming language designed in the books "Writing An Interpreter In Go" and "Writing a Compiler in Go"
Delta456/monkey_v
[WIP] Implementation of Monkey :monkey: Language in V
poteto/boba-js
Toy programming language. Now being reimplemented in Rust: https://github.com/poteto/monkers
KennedyTedesco/monkey
The Monkey Programming Language & Interpreter written in PHP.
mesuutt/tay
tay programming language :horse:
MarioAriasC/monkey.kt
Kotlin implementation of the Monkey Language
MarioAriasC/monyet
An implementation of the monkey language on Crystal
NightShade256/prymate
A Monkey Language interpreter, written in Python.
MarioAriasC/bruno
An implementation of the Monkey language in Python
SaladinoBelisario/Compiler_Go
Compiler for the Monkey language written in Go.
MarioAriasC/pepa
An implementation of the Monkey language in Ruby
ktanaka101/monkey.zig
🐵 Monkey interpreter in Zig. 🚀
LeslieZhu/monkey-cpp
Writing An Interpreter/Compiler In C++
MarioAriasC/julieta
An implementation of the Monkey language in Lua
lionell/monkey-in-java
Monkey language interpreter written in Java
MarioAriasC/langur
A Scala implementation of the Monkey Language
nlochschmidt/monkey-kt
Interpreter for the Monkey Language written in Kotlin
xlxs4/MysticMenagerie.jl
A C-style tree-walking interpreter with Pratt parsing from scratch
TokenChingy/chimpsky
Chimpsky is a Monkey programming language interpreter and compiler implemented in Nim.
washimimizuku/compilers-tutorials
Several tutorials I am following on how to create compilers for new programming languages.
agrison/monkey-kotlin
Writing an interpreter in Kotlin
flily/monkey-lang
Implement of monkey language by Go, design by Thorsten Ball in books Writing Interpreter in Go and Writing Compile in Go.
MarioAriasC/monkey
Monkey implementation
miniyarov/maymun-lang
An interpreter for the Monkey programming language in Rust
seanpm2001/AI2001_Category-Source_Code-SC-Monkey
🧠️🖥️2️⃣️0️⃣️0️⃣️1️⃣️💾️📜️ The sourceCode:Monkey category for AI2001, containing Monkey programming language datasets
seanpm2001/Learn-Monkey
A repository for showcasing my knowledge of the Monkey programming language, and continuing to learn the language.
seanpm2001/SNU_2D_ProgrammingTools_IDE_Monkey
The Monkey programming language IDE submodule for SNU Programming Tools (2D Mode)
aryanrsuri/zigterpreter
Writing monkey lang interpreter in zig
Seng3694/monkey
Implementation of the "Monkey" language interpreter