Skip to content

A fully working interpreter for the Monkey programming language.

License

Notifications You must be signed in to change notification settings

SVendittelli/monkey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Languages