9 releases (breaking)

0.8.0 Sep 18, 2021
0.7.0 Jul 25, 2021
0.6.0 Jul 19, 2021
0.5.0 Jan 25, 2021
0.3.0 Dec 15, 2020

#99 in Programming languages

Download history 10/week @ 2022-11-28 21/week @ 2022-12-05 31/week @ 2022-12-12 35/week @ 2022-12-19 22/week @ 2022-12-26 16/week @ 2023-01-02 26/week @ 2023-01-09 22/week @ 2023-01-16 47/week @ 2023-01-23 59/week @ 2023-01-30 17/week @ 2023-02-06 45/week @ 2023-02-13 60/week @ 2023-02-20 24/week @ 2023-02-27 25/week @ 2023-03-06 16/week @ 2023-03-13

137 downloads per month
Used in 6 crates (via monkey-parser)

MIT license

14KB
374 lines

monkey-rust

Rust Gitpod ready-to-code

This is lexer for the Monkey programming language written in Rust

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–1.7MB
~41K SLoC