SVendittelli / monkey

A fully working interpreter for the Monkey programming language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Monkey Language (monkey)

A fully working interpreter for the Monkey programming language.

This repository is the result of following the book Writing An Interpreter In Go by Thorsten Ball and The Lost Chapter by the same author. This will be continued with the book Writing A Compiler In Go.

Install

git clone https://github.com/SVendittelli/monkey.git
cd monkey

Dependencies

  • Go >= 1.13.

Usage

To run the REPL:

go run main.go

Maintainer

@SVendittelli.

Contributing

As this is a personal project for learning purposes, I am not accepting contributions at this time.

License

MIT © Sam Vendittelli.

SPDX-License-Identifier: MIT

About

A fully working interpreter for the Monkey programming language.

License:MIT License


Languages

Language:Go 100.0%