7 releases (breaking)

0.9.1 Jul 18, 2023
0.8.0 Sep 18, 2021
0.7.0 Jul 25, 2021
0.6.0 Jul 19, 2021
0.0.4 Jan 2, 2021

#337 in Programming languages

Download history 3/week @ 2024-02-14 6/week @ 2024-02-21 3/week @ 2024-02-28 1/week @ 2024-03-06 2/week @ 2024-03-13 17/week @ 2024-03-27 35/week @ 2024-04-03

52 downloads per month

MIT license

140KB
3.5K SLoC

Rust Gitpod ready-to-code

This lib designed for compiling monkey-parser into WebAssembly and publishing the resulting package to NPM.

The Monkey Programming Language

What’s Monkey?

Monkey has a C-like syntax, supports variable bindings, prefix and infix operators, has first-class and higher-order functions, can handle closures with ease and has integers, booleans, arrays and hashes built-in.

Official site is: https://monkeylang.org/. It's has various implementation languages :).

There is a book about learning how to make an interpreter: Writing An Interpreter In Go. This is where the Monkey programming language come from.

Dependencies

~1.8–3MB
~48K SLoC