@gengjiawen/monkey-wasm
TypeScript icon, indicating that this package has built-in type declarations

0.9.1 • Public • Published

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.

Package Sidebar

Install

npm i @gengjiawen/monkey-wasm

Weekly Downloads

26

Version

0.9.1

License

MIT

Unpacked Size

218 kB

Total Files

6

Last publish

Collaborators

  • gengjiawen