Registry / other / monkey-parser

monkey-parser

JSON →
library0.13.0rscratesunverified

A parser for the Monkey programming language, as used in the book 'Writing an Interpreter in Go'.

other
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

use monkey_parser::Parser;

Parse a Monkey language program.

use monkey_parser::Parser; let mut parser = Parser::new("let x = 5;".to_string()); let program = parser.parse_program(); println!("Parsed {} statements", program.statements.len());
Debug
Known footguns

No known footguns recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
0 hits · last 30 days

No traffic data recorded yet.

Resources