0.9.1 • Published 10 months ago

@gengjiawen/monkey-wasm v0.9.1

Weekly downloads
27
License
MIT
Repository
github
Last release
10 months ago

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.

0.9.1

10 months ago

0.8.0

3 years ago

0.7.0

3 years ago

0.6.0

3 years ago

0.5.0

3 years ago

0.4.2

3 years ago

0.4.1

3 years ago