monkey-programming-language
There are 87 repositories under monkey-programming-language topic.
skx/monkey
An interpreted language written in Go
shuhei/cymbal
Yet another Rust implementation of the Monkey language from "Writing an Interpreter in Go" and "Writing a Compiler in Go"
gengjiawen/monkey-rust
A dancing with interpreter and compiler
dannyvankooten/pepper-lang
The Pepper Programming Language
hatashiro/monkey-hs
An interpreter for Monkey with parser combinator written in Haskell
hatashiro/monkey-rs
An interpreter for Monkey with parser combinator written in Rust
dannyvankooten/monkey-c-monkey-do
C implementation of the Monkey programming language. Repository moved to Sourcehut.
JoshMcguigan/monkey
An interpreter for the Monkey programming language
KennedyTedesco/monkey
The Monkey Programming Language & Interpreter written in PHP.
mdlayher/monkey-rs
A Rust implementation of the Monkey programming language from https://interpreterbook.com/. MIT Licensed.
NightShade256/prymate
A Monkey Language interpreter, written in Python.
nischalshrestha/PyMonkey
Python implementation of the Monkey programming language. 🐒
evanxg852000/cppmonkey
My C++ implementation of the monkey programming language
LeslieZhu/monkey-cpp
Writing An Interpreter/Compiler In C++
sammi-turner/Assorted-Golang
Example code, Codewars katas and a compiler for the Monkey programming language.
AmrDeveloper/Kong
Kong is an implementation of the Monkey interpreter in Java 8 from The Writing An Interpreter In Go books
AmrDeveloper/Monkey
Monkey programming language 🐒 project from "Writing An Interpreter In Go" and "Writing A Compiler In Go" Books
JacobCrabill/monkey-lang
An implementation of the Monkey programming language in Zig
kamva9697/Monkeylang
Hobby programming language
andreev-io/Monkey-Compiler
A single-pass compiler for a toy language with custom byte code intermediate representation and a stack-based virtual machine.
LeonSteinbach/MonkeyLang-Scala
This project implements an interpreter for the programming language Monkey, using Scala Parser Combinators. The project is part of a bachelor's thesis on "Developing an Interpreter for the Programming Language Monkey using Scala Parser Combinators".
xlxs4/MysticMenagerie.jl
A C-style tree-walking interpreter with Pratt parsing from scratch
anthonyabeo/monkeylang
An implementation of the monkey programming language (from the book, "Writing an Interpreter in Go")
banqinghe/monkey-interpreter-ts
Monkey Programming Language interpreter written in TypeScript
bpandreotti/rusty-monkey
The Monkey programming language, implemented in Rust
jfourkiotis/albert
Albert in an interpreter for the `Monkey` programming language, written in `Rust`
joshuanunn/monkey-plusplus
A cheeky simian-inspired interpreter and compiler duo for the Monkey programming language, written in C++.
orkhan-huseyn/monkey
Monyek programming language implemented in Go
washimimizuku/compilers-tutorials
Several tutorials I am following on how to create compilers for new programming languages.
wiebow/sublimetext3
Monkey 2 language file and snippets for Sublime Text 3
Yag000/chimpanzee
Monkey interpreter, compiler and formatter, in Rust, with added features
littledivy/monkeylang
WIP A Monkey Interpreter written in Deno
Sycrosity/rust-monkey-interpreter
an implementation of the book "Writing an interpreter in go" by Thorsten Ball in rust
MarioAriasC/ReMonkey
A ReScript implementation of the Monkey Language